Skip to content

Commit

Permalink
[Modal] Add onRendered to ModalProps (#12284)
Browse files Browse the repository at this point in the history
  • Loading branch information
rynobax authored and oliviertassinari committed Jul 26, 2018
1 parent 04b7ccd commit 9c67189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Modal/Modal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export interface ModalProps
onBackdropClick?: React.ReactEventHandler<{}>;
onClose?: React.ReactEventHandler<{}>;
onEscapeKeyDown?: React.ReactEventHandler<{}>;
onRendered?: PortalProps['onRendered'];
open: boolean;
}

Expand Down

0 comments on commit 9c67189

Please sign in to comment.