comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
93 lines (91 loc) • 3.29 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly destroy: FunctionConstructor;
readonly title: {
readonly type: StringConstructor;
readonly default: "提示";
};
readonly type: import('vue').PropType<import('../../../../utils').ComicType2>;
readonly content: import('vue').PropType<string | import('vue').VNode>;
readonly closeButtonText: {
readonly type: StringConstructor;
readonly default: "关闭";
};
readonly icon: import('vue').PropType<import('vue').Component>;
readonly color: StringConstructor;
readonly center: BooleanConstructor;
readonly modeClose: BooleanConstructor;
readonly escClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly showButton: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly showClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly showIcon: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly lockScroll: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly isVNode: BooleanConstructor;
readonly customClass: StringConstructor;
readonly modeClass: StringConstructor;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly destroy: FunctionConstructor;
readonly title: {
readonly type: StringConstructor;
readonly default: "提示";
};
readonly type: import('vue').PropType<import('../../../../utils').ComicType2>;
readonly content: import('vue').PropType<string | import('vue').VNode>;
readonly closeButtonText: {
readonly type: StringConstructor;
readonly default: "关闭";
};
readonly icon: import('vue').PropType<import('vue').Component>;
readonly color: StringConstructor;
readonly center: BooleanConstructor;
readonly modeClose: BooleanConstructor;
readonly escClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly showButton: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly showClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly showIcon: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly lockScroll: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly isVNode: BooleanConstructor;
readonly customClass: StringConstructor;
readonly modeClass: StringConstructor;
}>> & Readonly<{}>, {
readonly title: string;
readonly center: boolean;
readonly lockScroll: boolean;
readonly showClose: boolean;
readonly modeClose: boolean;
readonly closeButtonText: string;
readonly escClose: boolean;
readonly showButton: boolean;
readonly showIcon: boolean;
readonly isVNode: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;