Skip to content

Commit

Permalink
[DialogContent] Add missing dividers class types (#18984)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCis authored and oliviertassinari committed Dec 26, 2019
1 parent f7a2c42 commit 6c628f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/DialogContent/DialogContent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface DialogContentProps
dividers?: boolean;
}

export type DialogContentClassKey = 'root';
export type DialogContentClassKey = 'root' | 'dividers';

declare const DialogContent: React.ComponentType<DialogContentProps>;

Expand Down

0 comments on commit 6c628f4

Please sign in to comment.