UNPKG

@easyx.ai/dumi-theme-easyxai

Version:

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

14 lines 483 B
import HeroComp from "../../components/Hero"; import { heroActionsSel, heroDescSel, heroTitleSel, useSiteStore } from "../../store"; import { jsx as _jsx } from "react/jsx-runtime"; var Hero = function Hero() { var title = useSiteStore(heroTitleSel); var description = useSiteStore(heroDescSel); var actions = useSiteStore(heroActionsSel); return /*#__PURE__*/_jsx(HeroComp, { title: title, actions: actions, description: description }); }; export default Hero;