UNPKG

@newbiz/vue-maintainer-libs

Version:

Vue.js maintainer 라이브러리

6 lines (5 loc) 218 B
import Vue, { VueConstructor } from 'vue'; export interface IPrototype { [key: string]: any; } export declare function initPrototype<V extends Vue>(vueConstructor: VueConstructor<V>, prototypes: IPrototype): void;