UNPKG

vuepress-plugin-auto-sidebar

Version:
5 lines (4 loc) 243 B
import { AutoSidebarPage } from '../types'; export declare const padWithSlash: (path: string) => string; export declare const getMenuPath: (path: string) => string; export declare const filterRootMarkdowns: (page: AutoSidebarPage) => boolean;