UNPKG

mobile-more

Version:

基于 antd-mobile v5 扩展移动端 UI 组件

6 lines (5 loc) 226 B
import React from 'react'; import { FormArrayProps } from 'antd-mobile/es/components/form'; export type BizFormArrayProps = FormArrayProps; declare const BizFormArray: React.FC<BizFormArrayProps>; export default BizFormArray;