Skip to content

Commit

Permalink
Adding to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Oct 10, 2023
1 parent 3203681 commit 57abc06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export type {
FullDateType,
} from "./components/DatePicker/DatePicker";
export { default as DSProvider } from "./theme/provider";
export type { FeaturedContentProps } from "./components/FeaturedContent/FeaturedContent";
export { default as FeaturedContent } from "./components/FeaturedContent/FeaturedContent";
export {
default as FeedbackBox,
useFeedbackBox,
Expand Down

0 comments on commit 57abc06

Please sign in to comment.