UNPKG

242 BTypeScriptView Raw
1import { PropOptions } from 'vue';
2/**
3 * decorator for capturings v-model binding to component
4 * @param options the options for the prop
5 */
6export declare function VModel(options?: PropOptions): import("vue-class-component").VueDecorator;