We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9c45e commit d8a88f3Copy full SHA for d8a88f3
packages/styled-react/src/experimental.tsx
@@ -4,4 +4,5 @@ export {
4
type PageHeaderActionsProps,
5
type PageHeaderTitleProps,
6
} from './components/PageHeader'
7
-export {Dialog, Table, Tooltip, UnderlinePanels} from '@primer/react/experimental'
+export {Dialog, type DialogProps} from './components/Dialog'
8
+export {Table, Tooltip, UnderlinePanels} from '@primer/react/experimental'
0 commit comments