UNPKG

@lobehub/ui

Version:

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

8 lines 280 B
import { createGlobalStyle } from 'antd-style'; import antdOverride from "./antdOverride"; import global from "./global"; var GlobalStyle = createGlobalStyle(function (_ref) { var theme = _ref.theme; return [global(theme), antdOverride(theme)]; }); export default GlobalStyle;