UNPKG

vue-dog-form

Version:

The simplest vue 3 form validation plugin.

6 lines (5 loc) 138 B
import { RuleEntry } from '../types/RuleEntry'; declare const validations: { [key: string]: RuleEntry; }; export default validations;