UNPKG

174 BTypeScriptView Raw
1/**
2 * decorator of a ref prop
3 * @param refKey the ref key defined in template
4 */
5export declare function Ref(refKey?: string): import("vue-class-component").VueDecorator;