|
|
@@ -8,4 +8,7 @@ export interface IEllipsisProps {
|
|
|
fullWidthRecognition?: boolean;
|
|
|
}
|
|
|
|
|
|
+export function getStrFullLength(str: string): number;
|
|
|
+export function cutStrByFullLength(str: string, maxLength: number): number;
|
|
|
+
|
|
|
export default class Ellipsis extends React.Component<IEllipsisProps, any> {}
|