Browse Source
* 增加AvatarList d.ts说明文件 * 修改 axis的链接 , g2修改了新的官网 * AvatarList 增加判断是否为必须属性 * 删除无用的空行. 优化格式 * 修改错误的图表文档. 增加几处漏写的文档 * 添加图表的 描述文件chart.d.ts * 改了个错别字! * 增加CountDown d.ts描述文件 * 增加 DescriptionList d.ts描述文件 * 增加所有剩余对外开发的组件 .d.ts 完善一些文档 * fontWeight 推荐使用 number 来表示数字 * 增加文本自动省略号 .d.tspull/334/merge
committed by
niko
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
import React from "react"; |
|||
export interface EllipsisProps { |
|||
tooltip?: boolean; |
|||
length?: number; |
|||
lines?: number; |
|||
} |
|||
|
|||
export default class Ellipsis extends React.Component< |
|||
EllipsisProps, |
|||
any |
|||
> {} |
|||
Loading…
Reference in new issue