react-expand
Advanced tools
Comparing version 2.2.0 to 2.3.0
export * from "./Modal"; | ||
export * from "./ModalProps"; | ||
export * from "./ModalContainer"; |
@@ -694,12 +694,7 @@ /// <reference types="react" /> | ||
}; | ||
static readonly containerName: string; | ||
readonly context: ExpandContext; | ||
private container; | ||
private overlayStyle; | ||
constructor(props: any); | ||
componentDidMount(): void; | ||
componentWillUnmount(): void; | ||
componentDidUpdate(): void; | ||
render(): JSX.Element; | ||
protected setBodyClassName: () => void; | ||
protected readonly modalWrapper: JSX.Element; | ||
} |
{ | ||
"name": "react-expand", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Simple element expand state controlling", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is too big to display
334575
31
6470