UNPKG

element-plus

Version:

A Component Library for Vue 3

12 lines (11 loc) 1.27 kB
import type { ExtractPropTypes } from 'vue'; import type { Padding, Placement, Strategy, VirtualElement } from '@floating-ui/dom'; export declare const tooltipV2ContentProps: { readonly ariaLabel: StringConstructor; readonly arrowPadding: import("element-plus/es/utils").BuildPropReturn<import("element-plus/es/utils").PropWrapper<Padding>, 5, unknown, unknown, unknown>; readonly placement: import("element-plus/es/utils").BuildPropReturn<import("element-plus/es/utils").PropWrapper<Placement>, "bottom", unknown, "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>; readonly reference: import("element-plus/es/utils").BuildPropReturn<import("element-plus/es/utils").PropWrapper<HTMLElement | VirtualElement | null>, null, unknown, unknown, unknown>; readonly strategy: import("element-plus/es/utils").BuildPropReturn<import("element-plus/es/utils").PropWrapper<Strategy>, "fixed", unknown, "fixed" | "absolute", unknown>; readonly showArrow: import("element-plus/es/utils").BuildPropReturn<BooleanConstructor, true, unknown, unknown, unknown>; }; export declare type TooltipV2ContentProps = ExtractPropTypes<typeof tooltipV2ContentProps>;