UNPKG

vue-jwhuang-ui

Version:

<p align="center"> <img width="200" src="https://www.jwhuang.site/resource/icon/logo.svg"> </p>

9 lines (8 loc) 624 B
export interface EllipsisTooltipProps { content?: string; placement?: 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end'; } declare const _default: import('vue').DefineComponent<EllipsisTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<EllipsisTooltipProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { tooltipRef: HTMLSpanElement; }, any>; export default _default;