diff --git a/src/components/types.ts b/src/components/types.ts index fc1da99f..1447f041 100644 --- a/src/components/types.ts +++ b/src/components/types.ts @@ -35,6 +35,7 @@ export type { PanelProps } from "./Panel/Panel"; export type States = "default" | "active" | "disabled" | "error" | "hover"; export type HorizontalDirection = "start" | "end"; export type Orientation = "horizontal" | "vertical"; + export type { IconButtonProps }; export type { AlertProps }; export type { AvatarProps };