UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

6 lines (5 loc) 256 B
declare const getRenderText: (originEle: HTMLElement, rows: number, content: string, fixedContent: { expand: Node; copy: Node; }, ellipsisStr: string, suffix: string, ellipsisPos: string, isStrong: boolean) => string; export default getRenderText;