@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
13 lines (12 loc) • 421 B
TypeScript
export declare const useStyles: (props?: {
alwaysShowActions?: boolean | undefined;
borderless?: boolean | undefined;
minSize?: string | number | undefined;
objectFit?: string | undefined;
size?: string | number | undefined;
} | undefined) => import("antd-style").ReturnStyles<{
actions: string;
image: import("antd-style").SerializedStyles;
imageWrapper: string;
toolbar: string;
}>;