UNPKG

@undermuz/use-form

Version:
4 lines (2 loc) 168 B
declare const useFormSubmit: (onSend: Function, onSucceed: (value: any) => any, onError?: ((reason: any) => any) | undefined) => () => void; export { useFormSubmit };