UNPKG

vue-property-decorator

Version:
6 lines (5 loc) 174 B
/** * decorator of a ref prop * @param refKey the ref key defined in template */ export declare function Ref(refKey?: string): import("vue-class-component").VueDecorator;