comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
114 lines (113 loc) • 5.27 kB
TypeScript
export declare const CuDropdown: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly trigger: {
readonly type: import('vue').PropType<"hover" | "click" | "right-click">;
readonly default: "hover";
};
readonly chooseAfterHide: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly button: BooleanConstructor;
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly buttonType: import('vue').PropType<import('../../utils').ComicType>;
readonly buttonIcon: import('vue').PropType<import('vue').Component | string>;
readonly disabled: BooleanConstructor;
readonly popperClass: StringConstructor;
}>> & Readonly<{
"onMenu-click"?: (value?: string) => any;
"onButton-click"?: (evt: MouseEvent) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"menu-click": (value?: string) => void;
"button-click": (evt: MouseEvent) => void;
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly trigger: {
readonly type: import('vue').PropType<"hover" | "click" | "right-click">;
readonly default: "hover";
};
readonly chooseAfterHide: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly button: BooleanConstructor;
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly buttonType: import('vue').PropType<import('../../utils').ComicType>;
readonly buttonIcon: import('vue').PropType<import('vue').Component | string>;
readonly disabled: BooleanConstructor;
readonly popperClass: StringConstructor;
}>> & Readonly<{
"onMenu-click"?: (value?: string) => any;
"onButton-click"?: (evt: MouseEvent) => any;
}>, {
readonly button: boolean;
readonly disabled: boolean;
readonly trigger: "click" | "hover" | "right-click";
readonly chooseAfterHide: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly trigger: {
readonly type: import('vue').PropType<"hover" | "click" | "right-click">;
readonly default: "hover";
};
readonly chooseAfterHide: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly button: BooleanConstructor;
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly buttonType: import('vue').PropType<import('../../utils').ComicType>;
readonly buttonIcon: import('vue').PropType<import('vue').Component | string>;
readonly disabled: BooleanConstructor;
readonly popperClass: StringConstructor;
}>> & Readonly<{
"onMenu-click"?: (value?: string) => any;
"onButton-click"?: (evt: MouseEvent) => any;
}>, {}, {}, {}, {}, {
readonly button: boolean;
readonly disabled: boolean;
readonly trigger: "click" | "hover" | "right-click";
readonly chooseAfterHide: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly trigger: {
readonly type: import('vue').PropType<"hover" | "click" | "right-click">;
readonly default: "hover";
};
readonly chooseAfterHide: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly button: BooleanConstructor;
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly buttonType: import('vue').PropType<import('../../utils').ComicType>;
readonly buttonIcon: import('vue').PropType<import('vue').Component | string>;
readonly disabled: BooleanConstructor;
readonly popperClass: StringConstructor;
}>> & Readonly<{
"onMenu-click"?: (value?: string) => any;
"onButton-click"?: (evt: MouseEvent) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"menu-click": (value?: string) => void;
"button-click": (evt: MouseEvent) => void;
}, string, {
readonly button: boolean;
readonly disabled: boolean;
readonly trigger: "click" | "hover" | "right-click";
readonly chooseAfterHide: 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;
dropdown?(_: {}): any;
};
}) & {
install?: (app: import('vue').App) => void;
};