hirsun-vuepress-theme-hope-plus
Version:
A light vuepress theme with tons of features and typewriter effect
26 lines (25 loc) • 853 B
TypeScript
import type { PropType, VNode } from "vue";
import type { ResolvedSidebarItem } from "../utils/index.js";
import "../styles/sidebar-links.scss";
declare const _default: import("vue").DefineComponent<{
/**
* Sidebar links config
*
* 侧边栏链接配置
*/
config: {
type: PropType<ResolvedSidebarItem[]>;
required: true;
};
}, () => VNode | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Sidebar links config
*
* 侧边栏链接配置
*/
config: {
type: PropType<ResolvedSidebarItem[]>;
required: true;
};
}>>, {}, {}>;
export default _default;