UNPKG

svelte-hook-form

Version:
4 lines (3 loc) 232 B
import type { ValidationFunction } from "./types"; export declare function defineRule(ruleName: string | ValidationFunction, cb?: ValidationFunction): void; export declare function resolveRule(ruleName: string): ValidationFunction;