Skip to content

Commit

Permalink
fix(types): add scrollable to ModalProps interface to match component (
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Dusyk authored and jquense committed May 3, 2019
1 parent 1ef632f commit 57e7bf4
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 {
show?: boolean;
onHide?: () => void;
container?: any;
scrollable?: boolean;
}

declare class Modal<
Expand Down

0 comments on commit 57e7bf4

Please sign in to comment.