UNPKG

epn-ui

Version:

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

13 lines (12 loc) 444 B
import type { RateProps } from 'antd/lib/rate'; export interface IBaseRateProps { allowClear?: RateProps['allowClear']; className?: RateProps['className']; count?: RateProps['count']; defaultValue?: RateProps['defaultValue']; disabled?: RateProps['disabled']; style?: RateProps['style']; value?: RateProps['value']; onChange?: RateProps['onChange']; onHoverChange?: RateProps['onHoverChange']; }