UNPKG

dumi-theme-lobehub

Version:

dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui

14 lines (13 loc) 417 B
'use client'; import { StyleProvider, extractStaticStyle } from 'antd-style'; import { jsx as _jsx } from "react/jsx-runtime"; // @ts-ignore global.__ANTD_CACHE__ = extractStaticStyle.cache; var StyleRegistry = function StyleRegistry(_ref) { var children = _ref.children; return /*#__PURE__*/_jsx(StyleProvider, { cache: extractStaticStyle.cache, children: children }); }; export default StyleRegistry;