UNPKG

@hopepaddy/dumi-theme

Version:

dumi-theme-hopepaddy 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

9 lines 275 B
export { siteSelectors, useSiteStore } from "./store"; export * from "./types"; export { styles } from "./store/initialState"; export var defineThemeConfig = function defineThemeConfig(config) { return config; }; module.exports = { defineThemeConfig: defineThemeConfig };