UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

7 lines (6 loc) 287 B
import type { FormValidatorFn } from '@inkline/inkline'; export declare const validators: { [key: string]: FormValidatorFn; }; export declare function registerValidator(name: string, validator: FormValidatorFn): void; export declare function unregisterValidator(name: string): void;