Skip to content

Commit 0f72a2d

Browse files
committed
Fixed dividers css property for DialogContent
1 parent f7a2c42 commit 0f72a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui/src/DialogContent/DialogContent.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface DialogContentProps
66
dividers?: boolean;
77
}
88

9-
export type DialogContentClassKey = 'root';
9+
export type DialogContentClassKey = 'root' | 'dividers';
1010

1111
declare const DialogContent: React.ComponentType<DialogContentProps>;
1212

0 commit comments

Comments
 (0)