1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-21 14:19:38 +02:00
it-tools/types/VForm.ts

3 lines
55 B
TypeScript
Raw Normal View History

2021-03-15 18:38:16 +01:00
export type VForm = Vue & { validate: () => boolean }