UNPKG

vue-property-decorator

Version:
7 lines (6 loc) 242 B
import { PropOptions } from 'vue'; /** * decorator for capturings v-model binding to component * @param options the options for the prop */ export declare function VModel(options?: PropOptions): import("vue-class-component").VueDecorator;