UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

12 lines (11 loc) 333 B
import type { VNodeTypes } from 'vue'; interface Option { rows: number; suffix?: string; } declare const _default: (originElement: HTMLElement, option: Option, content: string, fixedContent: VNodeTypes[], ellipsisStr: string) => { content: VNodeTypes; text: string; ellipsis: boolean; }; export default _default;