UNPKG

@lobehub/ui

Version:

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

9 lines (8 loc) 234 B
export declare const useStyles: (props?: { offset: { x: number; y: number; }; outside: boolean; size: number; } | undefined) => import("antd-style").ReturnStyles<import("antd-style").SerializedStyles>;