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) 211 B
/** * decorator of a reactive provide * @param key key * @return PropertyDecorator | void */ export declare function ProvideReactive(key?: string | symbol): import("vue-class-component").VueDecorator;