UNPKG

xph-form

Version:

This is a configurable form component that supports React

5 lines (4 loc) 241 B
import XphForm from "./form"; import { useForm as useXphForm } from "./hooks"; import { XphExtendCompPropsProvider, useXphExtendCompProps } from "./common"; export { XphForm, useXphForm, XphExtendCompPropsProvider, useXphExtendCompProps, };