(props: SelectPrimitive.GroupLabel.Props)
| 158 | } |
| 159 | |
| 160 | function SelectGroupLabel(props: SelectPrimitive.GroupLabel.Props) { |
| 161 | return ( |
| 162 | <SelectPrimitive.GroupLabel |
| 163 | className="px-2 py-1.5 font-medium text-muted-foreground text-xs" |
| 164 | data-slot="select-group-label" |
| 165 | {...props} |
| 166 | /> |
| 167 | ); |
| 168 | } |
| 169 | |
| 170 | export { |
| 171 | Select, |
nothing calls this directly
no outgoing calls
no test coverage detected