UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 347 B
export declare const HEADER_HEIGHT = 56; export declare const FOOTER_HEIGHT = 68; export declare const useStyles: (props?: { maxHeight?: string | undefined; } | undefined) => import("antd-style").ReturnStyles<{ content: string; drawerContent: import("antd-style").SerializedStyles; wrap: import("antd-style").SerializedStyles; }>;