1 changed files with 3 additions and 6 deletions
@ -1,13 +1,10 @@ |
|||
import * as React from "react"; |
|||
import * as React from 'react'; |
|||
export interface EllipsisProps { |
|||
tooltip?: boolean; |
|||
length?: number; |
|||
lines?: number; |
|||
style?: React.CSSProperties; |
|||
className?:string; |
|||
className?: string; |
|||
} |
|||
|
|||
export default class Ellipsis extends React.Component< |
|||
EllipsisProps, |
|||
any |
|||
> {} |
|||
export default class Ellipsis extends React.Component<EllipsisProps, any> {} |
|||
|
|||
Loading…
Reference in new issue