UNPKG

@smyld/vue-property-decorator

Version:

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

7 lines (6 loc) 264 B
import { PropOptions } from 'vue-class-component'; /** * 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;