UNPKG

vuepress-theme-ccds-test

Version:

This is an anime blog theme based on vuepress, the theme is simple, colorful, versatile, and supports customization, providing multiple components to set the theme

7 lines (6 loc) 223 B
import type { FunctionalComponent } from 'vue'; import type { ResolvedSidebarItem } from '../../shared'; export declare const SidebarChild: FunctionalComponent<{ item: ResolvedSidebarItem; depth?: number; }>;