UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

26 lines 932 B
import type { Slot } from "@vuepress/helper/client"; import type { SlotsType, VNode } from "vue"; import "@vuepress/helper/transition/fade-in-down.css"; import "../../styles/navbar/nav-screen.scss"; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Whether to show the screen * * 是否显示 */ show: BooleanConstructor; }>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Whether to show the screen * * 是否显示 */ show: BooleanConstructor; }>> & Readonly<{}>, { show: boolean; }, SlotsType<{ navScreenTop?: Slot; navScreenBottom?: Slot; }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=NavScreen.d.ts.map