[react-burger-menu] update typings to 2.6.5 (#34014)

This commit is contained in:
David Acevedo
2019-03-25 11:41:25 -05:00
committed by Sheetal Nandi
parent 9612e18ba9
commit f2cfb2ddc6

View File

@@ -1,6 +1,7 @@
// Type definitions for react-burger-menu 2.2
// Project: https://github.com/negomi/react-burger-menu
// Definitions by: Rajab Shakirov <https://github.com/radziksh>
// David Acevedo <https://github.com/dacevedo12>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
@@ -30,9 +31,13 @@ export interface Props {
crossClassName?: string;
customBurgerIcon?: JSX.Element | false;
customCrossIcon?: JSX.Element | false;
customOnKeyDown?(event: React.KeyboardEvent): void;
disableCloseOnEsc?: boolean;
disableOverlayClick?: boolean;
htmlClassName?: string;
id?: string;
isOpen?: boolean;
itemClassName?: string;
itemListClassName?: string;
menuClassName?: string;
morphShapeClassName?: string;