react-pro-sidebar-crewos
Version:
high level and customizable side navigation
11 lines (10 loc) • 486 B
TypeScript
/// <reference types="react" />
import { CSSObject } from '@emotion/styled';
interface StyledMenuLabelProps {
rootStyles?: CSSObject;
}
export declare const StyledMenuLabel: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
} & StyledMenuLabelProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
export {};