hirsun-vuepress-theme-hope-plus
Version:
A light vuepress theme with tons of features and typewriter effect
5 lines (4 loc) • 313 B
TypeScript
import type { VNode } from "vue";
import type { ResolvedSidebarHeaderItem, ResolvedSidebarItem } from "../utils/index.js";
export declare const renderItem: (config: ResolvedSidebarItem, props: VNode["props"]) => VNode;
export declare const renderChildren: (children: ResolvedSidebarHeaderItem[]) => VNode | null;