UNPKG

273 BTypeScriptView Raw
1import Vue, { VueConstructor } from 'vue';
2import { VueClass } from './declarations';
3export declare function reflectionIsSupported(): false | typeof Reflect.getOwnMetadataKeys;
4export declare function copyReflectionMetadata(to: VueConstructor, from: VueClass<Vue>): void;