UNPKG

@smyld/vue-property-decorator

Version:

SMYLD Fork version of vue-property-decorator to port the latest version of vue-class-component

7 lines (6 loc) 194 B
/** * decorator of a provide * @param key key * @return PropertyDecorator | void */ export declare function Provide(key?: string | symbol): import("vue-class-component").VueDecorator;