From 57abc06f76eaf0e794abdde0647b295fd11dcac2 Mon Sep 17 00:00:00 2001 From: Emma Mansell Date: Tue, 10 Oct 2023 11:15:25 -0400 Subject: [PATCH] Adding to exports --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 8208f3a4e1..479e95d550 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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,