UNPKG

@vert/core

Version:

Library to build OOP applications which are based on Vue.

6 lines (5 loc) 262 B
import Vue, { VueConstructor } from 'vue'; import { VueClass } from './declarations'; declare const reflectionIsSupported: any; export declare function copyReflectionMetadata(to: VueConstructor, from: VueClass<Vue>): void; export { reflectionIsSupported };