UNPKG

amotify

Version:

UI Component for React,NextJS,esbuild

13 lines (12 loc) 302 B
import { Records } from 'jmini'; declare namespace CollectForm { type FN = { (formName: string): Promise<Output>; }; type Output = { isValid: boolean; data: Records; }; } declare const CollectForm: CollectForm.FN; export { CollectForm, CollectForm as default };