UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

6 lines (5 loc) 258 B
import { FormItemProps } from '../FormItem/props'; import { ISelectorProps } from '../../Selector/props'; export interface FormSelectorProps extends ISelectorProps, FormItemProps { } export declare const FormSelectorDefaultProps: Partial<FormSelectorProps>;