@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
29 lines (28 loc) • 949 B
TypeScript
export declare const useStyles: (props?: {
headerHeight: number;
showHandleWideArea: boolean;
} | undefined) => import("antd-style").ReturnStyles<{
fixed: import("antd-style").SerializedStyles;
fullscreen: import("antd-style").SerializedStyles;
handlerIcon: import("antd-style").SerializedStyles;
panel: string;
root: string;
toggleBottom: string;
toggleLeft: string;
toggleRight: string;
toggleRoot: string;
toggleTop: string;
handleBottom: string;
handleLeft: string;
handleRight: string;
handleRoot: import("antd-style").SerializedStyles;
handleTop: string;
bottomFloat: string;
leftFloat: string;
rightFloat: string;
topFloat: string;
borderBottom: import("antd-style").SerializedStyles;
borderLeft: import("antd-style").SerializedStyles;
borderRight: import("antd-style").SerializedStyles;
borderTop: import("antd-style").SerializedStyles;
}>;