UNPKG

300 BTypeScriptView Raw
1import { InjectKey } from 'vue/types/options';
2import { InjectOptions } from './Inject';
3/**
4 * decorator of a reactive inject
5 * @param from key
6 * @return PropertyDecorator
7 */
8export declare function InjectReactive(options?: InjectOptions | InjectKey): import("vue-class-component").VueDecorator;