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
4 lines • 312 B
TypeScript
import { IBottomSheetContentWrapperProps } from '../../core';
declare function BottomSheetContentWrapper({ children, contentWrapperProps }: IBottomSheetContentWrapperProps): import("react/jsx-runtime").JSX.Element;
export default BottomSheetContentWrapper;
//# sourceMappingURL=BottomSheetContentWrapper.d.ts.map