Skip to content

Commit

Permalink
Lib type export (#2571)
Browse files Browse the repository at this point in the history
* Update index.ts

* Create late-cats-whisper.md
  • Loading branch information
TheSonOfThomp authored Dec 4, 2024
1 parent 2393c0c commit 117a463
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-cats-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/lib': patch
---

Exports `Deep*` types from package root
6 changes: 6 additions & 0 deletions packages/lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ export * from './helpers';
export { validateChildren, isComponentType } from './validateChildren';
export { createSyntheticEvent } from './createSyntheticEvent';
export type {
Concat,
DeepKeys,
DeepPartial,
DeepPathValues,
DeepPick,
DeepUnion,
ExclusiveUnion,
Mutable,
Only,
Expand Down

0 comments on commit 117a463

Please sign in to comment.