You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
341 B

import * as React from 'react';
interface Option {
rows: number;
suffix?: string;
}
declare const _default: (originEle: HTMLElement, option: Option, content: React.ReactNode, fixedContent: React.ReactNode[], ellipsisStr: string) => {
content: React.ReactNode;
text: string;
ellipsis: boolean;
};
export default _default;