Commit f15770ab authored by jim chen's avatar jim chen Committed by niko

add .d.ts file & optimized some docs (#315)

* 增加AvatarList d.ts说明文件

* 修改 axis的链接 , g2修改了新的官网

* AvatarList 增加判断是否为必须属性

* 删除无用的空行.  优化格式

* 修改错误的图表文档. 增加几处漏写的文档

* 添加图表的 描述文件chart.d.ts

* 改了个错别字!

* 增加CountDown d.ts描述文件

* 增加 DescriptionList  d.ts描述文件

* 增加所有剩余对外开发的组件 .d.ts
完善一些文档

* fontWeight 推荐使用 number 来表示数字

* 增加文本自动省略号 .d.ts
parent 84992284
import React from "react";
export interface EllipsisProps {
tooltip?: boolean;
length?: number;
lines?: number;
}
export default class Ellipsis extends React.Component<
EllipsisProps,
any
> {}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment