From fc20bd0cef6522e76d77b30933706354af5eb77d Mon Sep 17 00:00:00 2001 From: Sergio de Cristofaro Date: Fri, 29 Sep 2023 12:39:28 +0200 Subject: [PATCH] add new line --- src/components/types.ts | 1 + 1 file changed, 1 insertion(+) 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 };