Skip to content

Commit d8a88f3

Browse files
committed
add Dialog to experimental exports
1 parent 4e9c45e commit d8a88f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/styled-react/src/experimental.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export {
44
type PageHeaderActionsProps,
55
type PageHeaderTitleProps,
66
} from './components/PageHeader'
7-
export {Dialog, Table, Tooltip, UnderlinePanels} from '@primer/react/experimental'
7+
export {Dialog, type DialogProps} from './components/Dialog'
8+
export {Table, Tooltip, UnderlinePanels} from '@primer/react/experimental'

0 commit comments

Comments
 (0)