UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

9 lines (8 loc) 777 B
/// <reference types="react" /> import { Theme } from '@mui/material'; export declare const SideMenuWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const SideMenuButton: import("@emotion/styled").StyledComponent<import("../../buttons/IconButton").IconButtonProps & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>; export declare const SideMenuContent: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme> & { show: boolean; theme?: Theme; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;