Skip to content

Commit

Permalink
fix: export NDSOption & NDSOptionValue types
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed May 29, 2024
1 parent 7746135 commit 1bc3aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { SelectOption } from "./SelectOption";
export { default as Select } from "./Select";
export { default as Select, type NDSOption, type NDSOptionValue } from "./Select";
export * from "./SelectComponents";
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export {
SelectMenu,
SelectMultiValue,
SelectOption,
type NDSOption,
type NDSOptionValue,
} from "./Select";
export { SortingTable } from "./SortingTable";
export { StatusIndicator, StatusIndicatorValues } from "./StatusIndicator";
Expand Down

0 comments on commit 1bc3aa8

Please sign in to comment.