UNPKG

270 BJSXView Raw
1/**
2 * apeman react package for form component.
3 * @module apeman-react-form
4 * @version 7.0.1
5 */
6'use strict'
7
8import withForm from './with_form'
9
10import ApFormStyle from './ap_form_style'
11import ApForm from './ap_form'
12
13export {
14 withForm,
15 ApFormStyle,
16 ApForm
17}