7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
|
|
<StyledRating
|
||
|
|
name="highlight-selected-only"
|
||
|
|
defaultValue={2}
|
||
|
|
IconContainerComponent={IconContainer}
|
||
|
|
getLabelText={(value: number) => customIcons[value].label}
|
||
|
|
highlightSelectedOnly
|
||
|
|
/>
|