comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
91 lines (90 loc) • 3.5 kB
TypeScript
export declare const CuTagComplex: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly type: StringConstructor;
readonly size: {
readonly type: NumberConstructor;
readonly default: 22;
};
readonly closable: BooleanConstructor;
readonly transition: BooleanConstructor;
readonly color: StringConstructor;
readonly title: StringConstructor;
readonly round: BooleanConstructor;
}>> & Readonly<{
onClose?: () => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
close: () => void;
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly type: StringConstructor;
readonly size: {
readonly type: NumberConstructor;
readonly default: 22;
};
readonly closable: BooleanConstructor;
readonly transition: BooleanConstructor;
readonly color: StringConstructor;
readonly title: StringConstructor;
readonly round: BooleanConstructor;
}>> & Readonly<{
onClose?: () => any;
}>, {
readonly size: number;
readonly round: boolean;
readonly transition: boolean;
readonly closable: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly type: StringConstructor;
readonly size: {
readonly type: NumberConstructor;
readonly default: 22;
};
readonly closable: BooleanConstructor;
readonly transition: BooleanConstructor;
readonly color: StringConstructor;
readonly title: StringConstructor;
readonly round: BooleanConstructor;
}>> & Readonly<{
onClose?: () => any;
}>, {}, {}, {}, {}, {
readonly size: number;
readonly round: boolean;
readonly transition: boolean;
readonly closable: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly type: StringConstructor;
readonly size: {
readonly type: NumberConstructor;
readonly default: 22;
};
readonly closable: BooleanConstructor;
readonly transition: BooleanConstructor;
readonly color: StringConstructor;
readonly title: StringConstructor;
readonly round: BooleanConstructor;
}>> & Readonly<{
onClose?: () => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
close: () => void;
}, string, {
readonly size: number;
readonly round: boolean;
readonly transition: boolean;
readonly closable: boolean;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
default?(_: {}): any;
};
}) & {
install?: (app: import('vue').App) => void;
};