浏览代码

fix #933 add className prop

jim 8 年之前
父节点
当前提交
fd9773f5c3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/Ellipsis/index.d.ts

+ 1 - 0
src/components/Ellipsis/index.d.ts

@@ -4,6 +4,7 @@ export interface EllipsisProps {
   length?: number;
   lines?: number;
   style?: React.CSSProperties;
+  className?:string;
 }
 
 export default class Ellipsis extends React.Component<