Skip to content

Commit

Permalink
fix(dropdown types): export dropdown types (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteliosKon authored Aug 14, 2023
1 parent d2f0705 commit e2ec041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ export { default as DefaultTheme } from "./theme/default/defaultTheme";
// Types
export type { Props as TableProps } from "./components/Table/Table";
export type { Column, Row } from "./components/Table/types";
export type { DropdownProps, DropdownItem } from "./components/Dropdown/types";

0 comments on commit e2ec041

Please sign in to comment.