Skip to content

Commit

Permalink
fix: update experimental exports
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Sep 16, 2024
1 parent 91f7862 commit 5452c15
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 @@ -288,13 +288,16 @@ exports[`@primer/react/experimental should not update exports without a semver c
"type FileUploadResult",
"FilteredActionList",
"type FilteredActionListProps",
"getAccessibleKeybindingHintString",
"Hidden",
"type HiddenProps",
"InlineAutocomplete",
"type InlineAutocompleteProps",
"InlineMessage",
"type InlineMessageProps",
"type InteractiveMarkdownViewerProps",
"KeybindingHint",
"type KeybindingHintProps",
"MarkdownEditor",
"type MarkdownEditorHandle",
"type MarkdownEditorProps",
Expand Down
2 changes: 2 additions & 0 deletions packages/react/src/experimental/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ export type {FeatureFlagsProps} from '../FeatureFlags'

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

export * from '../KeybindingHint'

0 comments on commit 5452c15

Please sign in to comment.