UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

13 lines (12 loc) 441 B
import type { SwitchProps } from 'antd/es/switch'; export interface IBaseSwitchProps { className?: SwitchProps['className']; style?: SwitchProps['style']; checked?: SwitchProps['checked']; disabled?: SwitchProps['disabled']; loading?: SwitchProps['loading']; autoFocus?: SwitchProps['autoFocus']; id?: SwitchProps['id']; onChange?: SwitchProps['onChange']; onClick?: SwitchProps['onClick']; }