UNPKG

mobile-more

Version:

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

8 lines (7 loc) 275 B
/// <reference types="react" /> import { FormArrayProps } from 'antd-mobile/es/components/form'; type FormArrayContextValue = { parentListNames: FormArrayProps['name'][]; }; declare const _default: import("react").Context<FormArrayContextValue>; export default _default;