Skip to content

Commit

Permalink
Added props types exporting of dropdown, radiobutton, table and tabs …
Browse files Browse the repository at this point in the history
…components
  • Loading branch information
belousovjr committed Nov 22, 2023
1 parent 783cddb commit 6d1b69b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Dropdown/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Dropdown } from "./Dropdown";
export type { IDropdownProps } from "./types";
1 change: 1 addition & 0 deletions src/components/RadioButton/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as RadioButton } from "./RadioButton";
export type { IRadioButtonProps } from "./types";
1 change: 1 addition & 0 deletions src/components/Table/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Table } from "./Table";
export type { ITableHeader, ITableProps } from "./types";
1 change: 1 addition & 0 deletions src/components/Tabs/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Tabs } from "./Tabs";
export type { ITabsProps } from "./types";

0 comments on commit 6d1b69b

Please sign in to comment.