hirsun-vuepress-theme-hope-plus
Version:
A light vuepress theme with tons of features and typewriter effect
23 lines (22 loc) • 717 B
TypeScript
import type { VNode } from "vue";
import "../styles/password-modal.scss";
declare const _default: import("vue").DefineComponent<{
/**
* Whether is fullscreen
*
* 是否是全屏
*/
full: BooleanConstructor;
}, () => VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "verify"[], "verify", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Whether is fullscreen
*
* 是否是全屏
*/
full: BooleanConstructor;
}>> & {
onVerify?: (...args: any[]) => any;
}, {
full: boolean;
}, {}>;
export default _default;