Skip to content

Commit

Permalink
export FilteredActionList
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Aug 6, 2024
1 parent 2ab2b3c commit 5c5667a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ exports[`@primer/react should not update exports without a semver change 1`] = `
"Dialog",
"type DialogHeaderProps",
"type DialogProps",
"FilteredActionList",
"type FilteredActionListProps",
"Flash",
"type FlashProps",
"type FocusTrapHookSettings",
Expand Down
3 changes: 3 additions & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,6 @@ export type {PageHeaderProps} from './PageHeader'
export {SSRProvider, useSSRSafeId} from './utils/ssr'
export {default as sx, merge} from './sx'
export type {SxProp} from './sx'

export {FilteredActionList} from './FilteredActionList'
export type {FilteredActionListProps} from './FilteredActionList'

0 comments on commit 5c5667a

Please sign in to comment.