You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.3 KiB

11 months ago
declare const _default: import("vue").DefineComponent<{
readonly visibilityHeight: {
readonly type: NumberConstructor;
readonly default: 200;
};
readonly target: {
readonly type: StringConstructor;
readonly default: "";
};
readonly right: {
readonly type: NumberConstructor;
readonly default: 40;
};
readonly bottom: {
readonly type: NumberConstructor;
readonly default: 40;
};
}, {
visible: import("vue").Ref<boolean>;
styleBottom: import("vue").ComputedRef<string>;
styleRight: import("vue").ComputedRef<string>;
handleClick: (event: MouseEvent) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
click: (evt: MouseEvent) => boolean;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
readonly visibilityHeight?: unknown;
readonly target?: unknown;
readonly right?: unknown;
readonly bottom?: unknown;
} & {
right: number;
bottom: number;
target: string;
visibilityHeight: number;
} & {}> & {
onClick?: ((evt: MouseEvent) => any) | undefined;
}, {
right: number;
bottom: number;
target: string;
visibilityHeight: number;
}>;
export default _default;