UNPKG

dumi-theme-antd-style

Version:

dumi-theme-antd-style 是为 dumi2 打造的一款文档站主题包,提供了更加美观、易用的研发与阅读体验

12 lines 397 B
import isEqual from 'fast-deep-equal'; import { memo } from 'react'; import TOC from "../../components/Toc"; import { tocAnchorItemSel, useSiteStore } from "../../store"; import { jsx as _jsx } from "react/jsx-runtime"; var Toc = /*#__PURE__*/memo(function () { var items = useSiteStore(tocAnchorItemSel, isEqual); return /*#__PURE__*/_jsx(TOC, { items: items }); }); export default Toc;