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

9 lines (8 loc) 277 B
import type { FeaturesProps, HeroAction } from '@lobehub/ui/awesome'; export type ImageContainerType = 'light' | 'primary' | 'soon'; export interface HeroConfig { actions: HeroAction[]; description?: string; features?: FeaturesProps['items']; title?: string; }