UNPKG

xph-form

Version:

This is a configurable form component that supports React

6 lines (5 loc) 159 B
import { IFormProps } from "../types"; declare const useFormPorps: (formProps: IFormProps) => { formProps: IFormProps<{}>; }; export default useFormPorps;