hirsun-vuepress-theme-hope-plus
Version:
A light vuepress theme with tons of features and typewriter effect
12 lines (11 loc) • 668 B
TypeScript
import type { SlotsType, VNode } from "vue";
import "../styles/page.scss";
declare const _default: import("vue").DefineComponent<{}, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, SlotsType<{
top?: () => VNode | VNode[];
bottom?: () => VNode | VNode[];
contentBefore?: () => VNode | VNode[];
contentAfter?: () => VNode | VNode[];
tocBefore?: () => VNode | VNode[];
tocAfter?: () => VNode | VNode[];
}>>;
export default _default;