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 e9f544e commit 4c4e40bCopy full SHA for 4c4e40b
packages/components/src/components/Dialog/index.tsx
@@ -45,9 +45,9 @@ type DialogTypes = React.FC<{
45
/** Accessible label for dialog content */
46
label: string;
47
}> & {
48
- Content: typeof DialogContent;
49
Button: typeof DialogButton;
50
IconButton: typeof DialogIconButton;
+ Content: typeof Content;
51
};
52
53
const Dialog: DialogTypes = ({ label, children }) => {
0 commit comments