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.
dividers
1 parent f7a2c42 commit 0f72a2dCopy full SHA for 0f72a2d
packages/material-ui/src/DialogContent/DialogContent.d.ts
@@ -6,7 +6,7 @@ export interface DialogContentProps
6
dividers?: boolean;
7
}
8
9
-export type DialogContentClassKey = 'root';
+export type DialogContentClassKey = 'root' | 'dividers';
10
11
declare const DialogContent: React.ComponentType<DialogContentProps>;
12
0 commit comments