Skip to content

Commit

Permalink
fix(Modal): TypeScript manager typings (#4866)
Browse files Browse the repository at this point in the history
* Update Modal.d.ts

* Update Modal.d.ts

Co-authored-by: Max Schmitt <max@schmitt.mx>
  • Loading branch information
markudevelop and mxschmitt committed Mar 16, 2020
1 parent 5aa69e0 commit 0f5c798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/components/Modal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export interface ModalProps extends TransitionCallbacks {
container?: any;
scrollable?: boolean;
onEscapeKeyDown?: () => void;
manager?: any;
}

declare class Modal<
Expand Down

0 comments on commit 0f5c798

Please sign in to comment.