diff --git a/src/index.ts b/src/index.ts index b0504362..f5c4197d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,3 +46,5 @@ export { default as Theme, themes } from './components/Theme/Theme.svelte'; export { default as ToolsHeader } from './components/ToolsHeader/ToolsHeader.svelte'; export { default as Video } from './components/Video/Video.svelte'; export { default as Visible } from './components/Visible/Visible.svelte'; + +export type { ContainerWidth, HeadlineSize } from './components/@types/global'; diff --git a/tsconfig.json b/tsconfig.json index f627b3e6..e5a1eaeb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,5 +34,5 @@ "src/journalize.d.ts", "src/docs/**/*.css" ], - "exclude": ["dist", "eslint.config.js", "bin/newComponent/template/**/*"] + "exclude": ["dist", "eslint.config.js"] }