UNPKG

@lobehub/ui

Version:

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

13 lines (12 loc) 357 B
export declare const useStyles: (props?: { hasLink?: boolean | undefined; rowNum: number; } | undefined) => import("antd-style").ReturnStyles<{ cell: import("antd-style").SerializedStyles; container: string; desc: string; img: string; imgContainer: string; link: import("antd-style").SerializedStyles; title: string; }>;