Commit fd9773f5 authored by jim's avatar jim

fix #933 add className prop

parent 38f1302a
...@@ -4,6 +4,7 @@ export interface EllipsisProps { ...@@ -4,6 +4,7 @@ export interface EllipsisProps {
length?: number; length?: number;
lines?: number; lines?: number;
style?: React.CSSProperties; style?: React.CSSProperties;
className?:string;
} }
export default class Ellipsis extends React.Component< export default class Ellipsis extends React.Component<
......
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