@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
10 lines (9 loc) • 319 B
TypeScript
export declare const useStyles: (props?: {
borderless?: boolean | undefined;
minSize?: string | number | undefined;
size?: string | number | undefined;
} | undefined) => import("antd-style").ReturnStyles<{
preview: string;
video: import("antd-style").SerializedStyles;
videoWrapper: string;
}>;