mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-15 10:42:26 +03:00
4 lines
258 B
TypeScript
4 lines
258 B
TypeScript
import { Config } from '../types';
|
|
export declare function hasConfig(name: string, config: Config): boolean;
|
|
export declare function getConfigByKey(tagOrName: string | Array<string>, key: string, config: Config): any;
|
|
//# sourceMappingURL=helpers.d.ts.map
|