UNPKG

vue-dog-form

Version:

The simplest vue 3 form validation plugin.

7 lines (6 loc) 89 B
export interface ErrorObject { type: string; value?: { n?: any; }; }