Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
serdec committed Sep 29, 2023
1 parent 86a668f commit fc20bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit fc20bd0

Please sign in to comment.