import CompCommon from '../../common/type'; export interface RateProps extends CompCommon { size?: number; value?: number; max?: number; margin?: number; activeColor?: string; onChange?: Function; }