UNPKG

205 BTypeScriptView Raw
1/**
2 * decorator of a reactive provide
3 * @param key key
4 * @return PropertyDecorator | void
5 */
6export declare function ProvideReactive(key?: string | symbol): import("vue-class-component").VueDecorator;