@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
23 lines (22 loc) • 654 B
TypeScript
export declare const useStyles: (props?: {
headerHeight: number;
showHandlerWideArea: boolean;
} | undefined) => import("antd-style").ReturnStyles<{
bottomFloat: string;
bottomHandle: string;
container: string;
fixed: import("antd-style").SerializedStyles;
fullscreen: import("antd-style").SerializedStyles;
handlerIcon: import("antd-style").SerializedStyles;
leftFloat: string;
leftHandle: string;
panel: string;
rightFloat: string;
rightHandle: string;
toggleBottom: string;
toggleLeft: string;
toggleRight: string;
toggleTop: string;
topFloat: string;
topHandle: string;
}>;