@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
18 lines (16 loc) • 411 B
JavaScript
import { createStaticStyles } from "antd-style";
//#region src/brand/LobeHub/style.ts
const LOGO_3D = {
path: "assets/logo-3d.webp",
pkg: "@lobehub/assets-logo",
version: "1.2.0"
};
const styles = createStaticStyles(({ css: css$1 }) => {
return { extraTitle: css$1`
font-weight: 300;
white-space: nowrap;
` };
});
//#endregion
export { LOGO_3D, styles };
//# sourceMappingURL=style.mjs.map