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

7 lines (6 loc) 253 B
import type { ApiHeaderProps } from '../../components/ApiHeader'; import type { SiteStore } from '../useSiteStore'; export declare const apiHeaderSelectors: { apiHeader: (s: SiteStore) => ApiHeaderProps; isApiPage: (s: SiteStore) => boolean; };