@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
38 lines (37 loc) • 1.51 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
placement: import("./tooltip.props").TooltipPlacement;
content: string;
trigger: import("./tooltip.props").TooltipTriggerMode;
horizontalRelative: string;
verticalRelative: string;
clickToHide: boolean;
enable: boolean;
overflowShown: boolean;
customClass?: string | undefined;
width?: string | undefined;
reference?: Record<string, any> | undefined;
contentTemplate?: Record<string, any> | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
placement: import("./tooltip.props").TooltipPlacement;
content: string;
trigger: import("./tooltip.props").TooltipTriggerMode;
horizontalRelative: string;
verticalRelative: string;
clickToHide: boolean;
enable: boolean;
overflowShown: boolean;
customClass?: string | undefined;
width?: string | undefined;
reference?: Record<string, any> | undefined;
contentTemplate?: Record<string, any> | undefined;
}> & Readonly<{}>, {
placement: import("./tooltip.props").TooltipPlacement;
content: string;
trigger: import("./tooltip.props").TooltipTriggerMode;
horizontalRelative: string;
verticalRelative: string;
clickToHide: boolean;
enable: boolean;
overflowShown: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;