We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9904f6 commit 8459793Copy full SHA for 8459793
packages/strapi-design-system/src/IconButton/IconButton.tsx
@@ -38,7 +38,7 @@ type ChildrenWithAriaLabel = AriaLabelOnlyProps & ChildrenOnlyProps;
38
type IconWithLabel = LabelOnlyProps & IconOnlyProps;
39
type IconWithAriaLabel = AriaLabelOnlyProps & IconOnlyProps;
40
41
-type IconButtonProps = ChildrenWithLabel | ChildrenWithAriaLabel | IconWithLabel | IconWithAriaLabel;
+export type IconButtonProps = ChildrenWithLabel | ChildrenWithAriaLabel | IconWithLabel | IconWithAriaLabel;
42
43
export const IconButton = React.forwardRef<HTMLButtonElement, IconButtonProps>(
44
(
0 commit comments