UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

26 lines 930 B
import type { PropType, VNode } from "vue"; import type { SidebarItem } from "@theme-hope/typings/sidebar"; import "../../styles/sidebar/sidebar-links.scss"; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Sidebar links config * * 侧边栏链接配置 */ config: { type: PropType<SidebarItem[]>; required: true; }; }>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Sidebar links config * * 侧边栏链接配置 */ config: { type: PropType<SidebarItem[]>; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=SidebarLinks.d.ts.map