@mindly/ui-components 5.43.1 → 5.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -1603,6 +1603,9 @@ type RatingProps = {
|
|
|
1603
1603
|
onChange?: (value: number) => void;
|
|
1604
1604
|
onClick?: (value: number) => void;
|
|
1605
1605
|
onHover?: (value: number) => void;
|
|
1606
|
+
size?: number;
|
|
1607
|
+
className?: string;
|
|
1608
|
+
readonly?: boolean;
|
|
1606
1609
|
};
|
|
1607
1610
|
|
|
1608
1611
|
declare const _default$f: React__default.NamedExoticComponent<RatingProps>;
|