UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

15 lines (14 loc) 546 B
export declare const useStyles: (props?: { bodyPadding?: string | number | undefined; headerPadding?: string | number | undefined; isSplit?: boolean | undefined; } | undefined) => import("antd-style").ReturnStyles<{ blockStyle: string; defaultStyle: string; flatGroup: import("antd-style").SerializedStyles; ghostStyle: string; group: string; hideCollapsibleIcon: import("antd-style").SerializedStyles; icon: import("antd-style").SerializedStyles; pureStyle: import("antd-style").SerializedStyles; }>;