Files
it-tools/types/VForm.ts
T

3 lines
55 B
TypeScript

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