comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
132 lines (131 loc) • 5.43 kB
TypeScript
export declare const CuPopper: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly trigger: import('vue').PropType<Element>;
readonly show: BooleanConstructor;
readonly hideArrow: BooleanConstructor;
readonly offset: {
readonly type: NumberConstructor;
readonly default: 10;
};
readonly placement: {
readonly type: import('vue').PropType<import('@floating-ui/vue').Placement>;
readonly default: "bottom";
};
readonly arrowLeft: BooleanConstructor;
readonly transitionName: {
readonly type: StringConstructor;
readonly default: "popper";
};
readonly effect: {
readonly type: import('vue').PropType<"light" | "dark">;
readonly default: "light";
};
readonly customClass: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly trigger: import('vue').PropType<Element>;
readonly show: BooleanConstructor;
readonly hideArrow: BooleanConstructor;
readonly offset: {
readonly type: NumberConstructor;
readonly default: 10;
};
readonly placement: {
readonly type: import('vue').PropType<import('@floating-ui/vue').Placement>;
readonly default: "bottom";
};
readonly arrowLeft: BooleanConstructor;
readonly transitionName: {
readonly type: StringConstructor;
readonly default: "popper";
};
readonly effect: {
readonly type: import('vue').PropType<"light" | "dark">;
readonly default: "light";
};
readonly customClass: StringConstructor;
}>> & Readonly<{}>, {
readonly offset: number;
readonly show: boolean;
readonly placement: import('@floating-ui/vue').Placement;
readonly transitionName: string;
readonly hideArrow: boolean;
readonly arrowLeft: boolean;
readonly effect: "light" | "dark";
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly trigger: import('vue').PropType<Element>;
readonly show: BooleanConstructor;
readonly hideArrow: BooleanConstructor;
readonly offset: {
readonly type: NumberConstructor;
readonly default: 10;
};
readonly placement: {
readonly type: import('vue').PropType<import('@floating-ui/vue').Placement>;
readonly default: "bottom";
};
readonly arrowLeft: BooleanConstructor;
readonly transitionName: {
readonly type: StringConstructor;
readonly default: "popper";
};
readonly effect: {
readonly type: import('vue').PropType<"light" | "dark">;
readonly default: "light";
};
readonly customClass: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, {
readonly offset: number;
readonly show: boolean;
readonly placement: import('@floating-ui/vue').Placement;
readonly transitionName: string;
readonly hideArrow: boolean;
readonly arrowLeft: boolean;
readonly effect: "light" | "dark";
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly trigger: import('vue').PropType<Element>;
readonly show: BooleanConstructor;
readonly hideArrow: BooleanConstructor;
readonly offset: {
readonly type: NumberConstructor;
readonly default: 10;
};
readonly placement: {
readonly type: import('vue').PropType<import('@floating-ui/vue').Placement>;
readonly default: "bottom";
};
readonly arrowLeft: BooleanConstructor;
readonly transitionName: {
readonly type: StringConstructor;
readonly default: "popper";
};
readonly effect: {
readonly type: import('vue').PropType<"light" | "dark">;
readonly default: "light";
};
readonly customClass: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly offset: number;
readonly show: boolean;
readonly placement: import('@floating-ui/vue').Placement;
readonly transitionName: string;
readonly hideArrow: boolean;
readonly arrowLeft: boolean;
readonly effect: "light" | "dark";
}, {}, 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;
};