@fesjs/fes-design
Version:
fes-design for PC
41 lines (40 loc) • 1.38 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly target: {
readonly type: import("vue").PropType<HTMLElement>;
};
readonly visibilityHeight: {
readonly type: NumberConstructor;
readonly default: 200;
};
readonly right: {
readonly type: NumberConstructor;
readonly default: 40;
};
readonly bottom: {
readonly type: NumberConstructor;
readonly default: 40;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly target: {
readonly type: import("vue").PropType<HTMLElement>;
};
readonly visibilityHeight: {
readonly type: NumberConstructor;
readonly default: 200;
};
readonly right: {
readonly type: NumberConstructor;
readonly default: 40;
};
readonly bottom: {
readonly type: NumberConstructor;
readonly default: 40;
};
}>> & Readonly<{
onClick?: (...args: any[]) => any;
}>, {
readonly right: number;
readonly bottom: number;
readonly visibilityHeight: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;