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