UNPKG

jenesius-vue-form

Version:

Heavy form system for Vue.js

7 lines (6 loc) 181 B
export default class FormEvent { type: FormEventType; constructor(type: FormEventType); } declare type FormEventType = 'value' | 'change' | 'availability'; export {};