react-material-overlay
Version:
A fully featured Material UI implementation of overlays like modals, alert dialogs, lightboxes, and bottom sheets featuring easy stack management and browser history integration
7 lines • 414 B
TypeScript
import { isBottomSheetActive } from '../../core/BottomSheet/store';
import { IBottomSheetContainerProps } from '../../core/BottomSheet/types';
export default function useBottomSheetContainer(props: IBottomSheetContainerProps): {
bottomSheetList: import("../../core/BottomSheet/types").IBottomSheet[];
isBottomSheetActive: typeof isBottomSheetActive;
};
//# sourceMappingURL=useBottomSheetContainer.d.ts.map