File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/styled-react/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1+ export { Dialog , type DialogProps } from './components/Dialog'
12export {
23 PageHeader ,
34 type PageHeaderProps ,
45 type PageHeaderActionsProps ,
56 type PageHeaderTitleProps ,
67} from './components/PageHeader'
7- export { Dialog , type DialogProps } from './components/Dialog'
88export { Table , Tooltip , UnderlinePanels } from '@primer/react/experimental'
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ export {themeGet} from '@primer/react'
3434export { useColorSchemeVar } from '@primer/react'
3535export { useTheme } from '@primer/react'
3636
37- export { Dialog , type DialogProps } from './components/Dialog'
3837export { Checkbox , type CheckboxProps } from './components/Checkbox'
3938export { CounterLabel , type CounterLabelProps } from './components/CounterLabel'
39+ export { Dialog , type DialogProps } from './components/Dialog'
4040export { Flash } from './components/Flash'
4141export { Header , type HeaderProps } from './components/Header'
4242export { LinkButton , type LinkButtonProps } from './components/LinkButton'
You can’t perform that action at this time.
0 commit comments