提交 e8253b06 编写于 作者: 信鑫-King 提交者: 陈帅

fix: Ellipsis types (#3370)

cutStrByFullLength should be string
上级 0daf0980
......@@ -16,6 +16,6 @@ export interface IEllipsisProps {
}
export function getStrFullLength(str: string): number;
export function cutStrByFullLength(str: string, maxLength: number): number;
export function cutStrByFullLength(str: string, maxLength: number): string;
export default class Ellipsis extends React.Component<IEllipsisProps, any> {}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册