UNPKG

antd-mobile-taro-ui

Version:

以antd-mobile为设计标准,基于taro框架的微信小程序组件库

6 lines (5 loc) 181 B
import { useForm } from 'rc-field-form'; import Form from './Form'; import FormItem, { ItemProps } from './FormItem'; export { Form, FormItem, useForm }; export type { ItemProps };