fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
20 lines (19 loc) • 1.1 kB
TypeScript
export declare const collapseBreakpoints: {
tablet: string;
desktop: string;
widescreen: string;
fullHD: string;
};
export declare const PageContent: (styleProps: any) => string;
export declare const PageContentWrapper: (styleProps: any) => string;
export declare const PageWithSidebar: (styleProps: any) => string;
export declare const PageWithSidebarContent: (styleProps: any) => string;
export declare const PageWithSidebarSidebar: (styleProps: any) => string;
export declare const PageWithSidebarSidebarExpandedWrapper: (styleProps: any) => string;
export declare const PageWithSidebarSidebarCollapsedWrapper: (styleProps: any) => string;
export declare const PageWithSidebarDisclosure: (styleProps: any) => string;
export declare const PageWithSidebarMinimize: (styleProps: any) => string;
export declare const PageWithHeader: (styleProps: any) => string;
export declare const PageWithHeaderHeader: (styleProps: any) => string;
export declare const PageWithHeaderContent: (styleProps: any) => string;
export declare const PageWithHeaderDisclosure: (styleProps: any) => string;