@aplus-frontend/antdv
Version:
Vue basic component library maintained based on ant-design-vue
12 lines (11 loc) • 333 B
TypeScript
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;