UNPKG

@ismail424/svelte-formly

Version:

<p align="center"> <img width="100%" height="300" src="./logo.png" alt="Svelte Formly" /> </p>

7 lines (6 loc) 174 B
import type { IField } from '../types'; /** * Validate field by rule. * @param {configs field} field */ export declare function validate(_field: IField): Promise<IField>;