Skip to content

Commit

Permalink
fix: added Alert components types export
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaevAlexandr committed Jan 12, 2024
1 parent ce6f9d5 commit 5c78320
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Alert/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
export {Alert} from './Alert';
export type {AlertProps} from './types';
export type {
AlertProps,
AlertTitleProps,
AlertActionProps,
AlertActionsProps,
AlertIconProps,
} from './types';

0 comments on commit 5c78320

Please sign in to comment.