Repository URL to install this package:
|
Version:
4.0.29 ▾
|
import * as React from 'react';
/**
* @see https://github.com/reevoo/react-multiline-ellipsis
* @note this was using ^ but we will want to do a better version
*/
declare class Truncate extends React.PureComponent {
render(): JSX.Element;
}
export { Truncate };
export default Truncate;