UNPKG

@tutim/headless

Version:

form infrastructure for web applications

3 lines (2 loc) 143 B
import { UseFormInit } from '@tutim/types'; export declare const getUseFormInit: (setValue: (key: string, value: any) => void) => UseFormInit;