Skip to content

Commit

Permalink
fix: declaration generation for ThemeProviderWithoutGlobals
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb committed Jun 18, 2024
1 parent 3bc930d commit ae1e3dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-cheetahs-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/design-system': patch
---

fix: declaration generation for ThemeProviderWithoutGlobals
1 change: 1 addition & 0 deletions packages/design-system/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export * from './components/Switch';
export * from './components/Tabs';
export * from './components/Tag';
export * from './components/ThemeProvider';
export * from './components/ThemeProviderWithoutGlobals';
export * from './components/VisuallyHidden';
export * from './components/illustrations';

Expand Down

0 comments on commit ae1e3dc

Please sign in to comment.