- Preparing search index...
- The search index is not available
@fold-dev/core
RateProps: { icon: any; max?: number; onChange: ((value) => void); rateIconProps?: RateIconProps; size?: Size; value: number; } & Omit<CoreViewProps, "onChange">
Type declaration
-
icon: any
-
Optional
max?: number
-
onChange: ((value) => void)
-
- (value): void
-
Returns void
-
-
Optional
size?: Size
-
value: number