UNPKG

react-pro-sidebar-crewos

Version:

high level and customizable side navigation

12 lines (11 loc) 503 B
/// <reference types="react" /> import { CSSObject } from '@emotion/styled'; interface StyledMenuIconProps { rtl?: boolean; rootStyles?: CSSObject; } export declare const StyledMenuIcon: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & StyledMenuIconProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>; export {};