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
10 lines (9 loc) • 358 B
TypeScript
import type { FeaturesProps } from '@lobehub/ui/awesome';
import { SiteStore } from '../useSiteStore';
export declare const heroSelectors: {
features: (s: SiteStore) => FeaturesProps['items'];
heroActions: (s: SiteStore) => any;
heroDesc: (s: SiteStore) => any;
heroTitle: (s: SiteStore) => any;
isHeroPage: (s: SiteStore) => boolean;
};