UNPKG

antd-mini

Version:

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

8 lines (7 loc) 336 B
import { FormItemProps } from '../FormItem/props'; import { ISwitchProps } from '../../Switch/props'; export interface FormSwitchProps extends Omit<ISwitchProps, 'checked' | 'defaultChecked'>, FormItemProps { switchClassName: string; switchStyle: string; } export declare const FormSwitchDefaultProps: Partial<FormSwitchProps>;