@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
32 lines (31 loc) • 1.08 kB
TypeScript
export declare const useStyles: (props?: {
backgroundColor?: string | undefined;
headerHeight: number;
showBorder: boolean;
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;
handleHighlight: import("antd-style").SerializedStyles;
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;
}>;