UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 233 B
export declare const ICON_SIZE = 20; export declare const useStyles: (props?: { shape: 'round' | 'square'; type: 'normal' | 'low' | 'overload'; } | undefined) => import("antd-style").ReturnStyles<{ container: string; }>;