@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
12 lines (11 loc) • 548 B
JavaScript
"use client";
import antdOverride_default from "./antdOverride.mjs";
import essential_default from "./essential.mjs";
import global_default from "./global.mjs";
import { createGlobalStyle } from "antd-style";
//#region src/ThemeProvider/GlobalStyle/index.ts
const GlobalStyle = createGlobalStyle(({ theme }) => global_default(theme));
const EssentialStyle = createGlobalStyle(({ theme }) => [essential_default(theme), antdOverride_default(theme)]);
//#endregion
export { EssentialStyle, GlobalStyle as default };
//# sourceMappingURL=index.mjs.map