@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
10 lines (9 loc) • 405 B
TypeScript
export declare const useStyles: (props?: {
backgroundColor?: string | undefined;
reverse?: boolean | undefined;
} | undefined) => import("antd-style").ReturnStyles<{
background: import("antd-style").SerializedStyles;
backgroundContainer: import("antd-style").SerializedStyles;
container: import("antd-style").SerializedStyles;
highlight: import("antd-style").SerializedStyles;
}>;