diff --git a/packages/strapi-design-system/src/IconButton/IconButton.tsx b/packages/strapi-design-system/src/IconButton/IconButton.tsx index 25a8ac424..21462781a 100644 --- a/packages/strapi-design-system/src/IconButton/IconButton.tsx +++ b/packages/strapi-design-system/src/IconButton/IconButton.tsx @@ -38,7 +38,7 @@ type ChildrenWithAriaLabel = AriaLabelOnlyProps & ChildrenOnlyProps; type IconWithLabel = LabelOnlyProps & IconOnlyProps; type IconWithAriaLabel = AriaLabelOnlyProps & IconOnlyProps; -type IconButtonProps = ChildrenWithLabel | ChildrenWithAriaLabel | IconWithLabel | IconWithAriaLabel; +export type IconButtonProps = ChildrenWithLabel | ChildrenWithAriaLabel | IconWithLabel | IconWithAriaLabel; export const IconButton = React.forwardRef( (