hirsun-vuepress-theme-hope-plus
Version:
A light vuepress theme with tons of features and typewriter effect
9 lines (8 loc) • 547 B
TypeScript
import type { SlotsType, VNode } from "vue";
import "../styles/home-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[];
center?: () => VNode | VNode[];
bottom?: () => VNode | VNode[];
}>>;
export default _default;