You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/react/src/LabelGroup/LabelGroup.tsx
+3-9
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@ import VisuallyHidden from '../_VisuallyHidden'
7
7
import{AnchoredOverlay}from'../AnchoredOverlay'
8
8
import{Button,IconButton}from'../Button'
9
9
import{useTheme}from'../ThemeProvider'
10
-
importtype{DeprecatedSxProp}from'../sx'
11
-
importsxfrom'../sx'
12
10
importclassesfrom'./LabelGroup.module.css'
13
11
14
12
exporttypeLabelGroupProps={
@@ -18,9 +16,9 @@ export type LabelGroupProps = {
18
16
overflowStyle?: 'inline'|'overlay'
19
17
/** How many tokens to show. `'auto'` truncates the tokens to fit in the parent container. Passing a number will truncate after that number tokens. If this is undefined, tokens will never be truncated. */
0 commit comments