UNPKG

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