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

6 lines (5 loc) 272 B
import { SiteThemeConfig } from "./types"; export { siteSelectors, type SiteStore, useSiteStore } from './store'; export * from './types'; export { styles } from "./store/initialState"; export declare const defineThemeConfig: (config: SiteThemeConfig) => SiteThemeConfig;