UNPKG

@bund-x/core

Version:

Master Components Core Library

7 lines 190 B
export function useForm(initialValues: any): { val: any; handleChange: (e: any) => void; reset: () => void; }; export default useForm; //# sourceMappingURL=useForm.d.ts.map