UNPKG

mingoo.amotify

Version:
9 lines (8 loc) 292 B
/// <reference types="react" /> import { fn } from '@declaration'; import { React } from '@global'; export declare const TextValidate: (value: any, restrict: fn.Input.Text.Restrict) => { ok: boolean; body: any; }; export declare const TextInput: React.FC<fn.Input.Text.OriginParams>;