mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 19:52:23 +08:00
Add css properties to react-modal (#11845)
* Add css properties to react-modal * fix whitespace
This commit is contained in:
4
react-modal/react-modal.d.ts
vendored
4
react-modal/react-modal.d.ts
vendored
@@ -21,7 +21,9 @@ declare module "react-modal" {
|
||||
onRequestClose?: Function,
|
||||
closeTimeoutMS?: number,
|
||||
ariaHideApp?: boolean,
|
||||
shouldCloseOnOverlayClick?: boolean
|
||||
shouldCloseOnOverlayClick?: boolean,
|
||||
overlayClassName?: string,
|
||||
className?: string
|
||||
}
|
||||
let ReactModal: __React.ClassicComponentClass<ReactModal>;
|
||||
export = ReactModal;
|
||||
|
||||
Reference in New Issue
Block a user