cdbreact
Version:
Elegant UI Kit and reusable components for building mobile-first, responsive webistes and web apps
11 lines (10 loc) • 583 B
TypeScript
interface ContainerProps {
backgroundColor: string;
textColor: string;
minWidth: string;
maxWidth: string;
}
export declare const SidebarContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ContainerProps, never>;
export declare const SidebarInner: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export declare const SidebarLayout: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export {};