UNPKG

@lobehub/ui

Version:

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

7 lines (6 loc) 180 B
export declare const useStyles: (props?: { type: 'ghost' | 'block' | 'pure'; } | undefined) => import("antd-style").ReturnStyles<{ input: string; textarea: string; }>;