vuepress-theme-hope
Version:
A light vuepress theme with tons of features
12 lines • 741 B
TypeScript
import type { SlotsType, VNode } from "vue";
declare const _default: import("vue").DefineComponent<{}, () => VNode[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, SlotsType<{
default?: () => VNode | VNode[] | null;
top?: () => VNode[] | VNode | null;
bottom?: () => VNode[] | VNode | null;
contentBefore?: () => VNode[] | VNode | null;
contentAfter?: () => VNode[] | VNode | null;
tocBefore?: () => VNode[] | VNode | null;
tocAfter?: () => VNode[] | VNode | null;
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=Layout.d.ts.map