comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
154 lines (153 loc) • 6.03 kB
TypeScript
export declare const CuPopover: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly visible: {
readonly type: BooleanConstructor;
readonly default: any;
};
readonly trigger: {
readonly type: import('vue').PropType<"click" | "hover" | "contextmenu">;
readonly default: "hover";
};
readonly placement: {
readonly type: import('vue').PropType<import('@floating-ui/vue').Placement>;
readonly default: "bottom";
};
readonly title: StringConstructor;
readonly content: StringConstructor;
readonly width: {
readonly type: NumberConstructor;
readonly default: 150;
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 10;
};
readonly effect: {
readonly type: import('vue').PropType<"light" | "dark">;
readonly default: "light";
};
readonly popperClass: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly visible: {
readonly type: BooleanConstructor;
readonly default: any;
};
readonly trigger: {
readonly type: import('vue').PropType<"click" | "hover" | "contextmenu">;
readonly default: "hover";
};
readonly placement: {
readonly type: import('vue').PropType<import('@floating-ui/vue').Placement>;
readonly default: "bottom";
};
readonly title: StringConstructor;
readonly content: StringConstructor;
readonly width: {
readonly type: NumberConstructor;
readonly default: 150;
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 10;
};
readonly effect: {
readonly type: import('vue').PropType<"light" | "dark">;
readonly default: "light";
};
readonly popperClass: StringConstructor;
}>> & Readonly<{}>, {
readonly width: number;
readonly offset: number;
readonly trigger: "click" | "contextmenu" | "hover";
readonly placement: import('@floating-ui/vue').Placement;
readonly effect: "light" | "dark";
readonly visible: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly visible: {
readonly type: BooleanConstructor;
readonly default: any;
};
readonly trigger: {
readonly type: import('vue').PropType<"click" | "hover" | "contextmenu">;
readonly default: "hover";
};
readonly placement: {
readonly type: import('vue').PropType<import('@floating-ui/vue').Placement>;
readonly default: "bottom";
};
readonly title: StringConstructor;
readonly content: StringConstructor;
readonly width: {
readonly type: NumberConstructor;
readonly default: 150;
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 10;
};
readonly effect: {
readonly type: import('vue').PropType<"light" | "dark">;
readonly default: "light";
};
readonly popperClass: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, {
readonly width: number;
readonly offset: number;
readonly trigger: "click" | "contextmenu" | "hover";
readonly placement: import('@floating-ui/vue').Placement;
readonly effect: "light" | "dark";
readonly visible: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly visible: {
readonly type: BooleanConstructor;
readonly default: any;
};
readonly trigger: {
readonly type: import('vue').PropType<"click" | "hover" | "contextmenu">;
readonly default: "hover";
};
readonly placement: {
readonly type: import('vue').PropType<import('@floating-ui/vue').Placement>;
readonly default: "bottom";
};
readonly title: StringConstructor;
readonly content: StringConstructor;
readonly width: {
readonly type: NumberConstructor;
readonly default: 150;
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 10;
};
readonly effect: {
readonly type: import('vue').PropType<"light" | "dark">;
readonly default: "light";
};
readonly popperClass: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly width: number;
readonly offset: number;
readonly trigger: "click" | "contextmenu" | "hover";
readonly placement: import('@floating-ui/vue').Placement;
readonly effect: "light" | "dark";
readonly visible: 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;
content?(_: {}): any;
};
}) & {
install?: (app: import('vue').App) => void;
};