Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/thin-laws-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@primer/react": patch
---

Expose `useSlots` from `drafts/hooks`
Comment thread
siddharthkp marked this conversation as resolved.
Comment thread
siddharthkp marked this conversation as resolved.

<!-- Changed components: None -->
Comment thread
siddharthkp marked this conversation as resolved.
Outdated
1 change: 1 addition & 0 deletions src/drafts/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './useDynamicTextareaHeight'
export * from './useIgnoreKeyboardActionsWhileComposing'
export * from './useSafeAsyncCallback'
export * from './useSyntheticChange'
export * from '../../hooks/useSlots'