UNPKG

rc-form

Version:
9 lines (8 loc) 313 B
// export this package's api import createForm from './createForm'; // Hide at v2 // https://github.com/react-component/form/issues/193 // import FormScope from './FormScope'; import createFormField from './createFormField'; import formShape from './propTypes'; export { createFormField, formShape, createForm };