@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
57 lines (56 loc) • 1.74 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
class: string;
fitContent: boolean;
minWidth: number;
arrowOffsetX: number;
customStyles: Record<string, any>;
isSimpleTips: boolean;
keepWidthWithReference: boolean;
offsetX: any;
placement: import("./popover.props").PopoverPlacement;
showArrow: boolean;
visible: boolean;
zIndex: number;
limitContentBySpace: boolean;
id?: string | undefined;
title?: string | undefined;
host?: any;
leftBoundary?: any;
reference?: any;
rightBoundary?: any;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
class: string;
fitContent: boolean;
minWidth: number;
arrowOffsetX: number;
customStyles: Record<string, any>;
isSimpleTips: boolean;
keepWidthWithReference: boolean;
offsetX: any;
placement: import("./popover.props").PopoverPlacement;
showArrow: boolean;
visible: boolean;
zIndex: number;
limitContentBySpace: boolean;
id?: string | undefined;
title?: string | undefined;
host?: any;
leftBoundary?: any;
reference?: any;
rightBoundary?: any;
}> & Readonly<{}>, {
class: string;
fitContent: boolean;
minWidth: number;
arrowOffsetX: number;
customStyles: Record<string, any>;
isSimpleTips: boolean;
keepWidthWithReference: boolean;
offsetX: any;
placement: import("./popover.props").PopoverPlacement;
showArrow: boolean;
visible: boolean;
zIndex: number;
limitContentBySpace: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;