UNPKG

@smyld/vue-property-decorator

Version:

SMYLD Fork version of vue-property-decorator to port the latest version of vue-class-component

8 lines (7 loc) 266 B
import { ComponentInjectOptions } from './Inject'; /** * decorator of a reactive inject * @param from key * @return PropertyDecorator */ export declare function InjectReactive(options?: ComponentInjectOptions): import("vue-class-component").VueDecorator;