it-tools/types/VForm.ts
2021-03-15 18:38:16 +01:00

3 lines
55 B
TypeScript

export type VForm = Vue & { validate: () => boolean }