Repository URL to install this package:
|
Version:
2.7.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
/**
* @see https://github.com/reevoo/react-multiline-ellipsis
* @note this was using ^ but we will want to do a better version
*/
class Truncate extends React.PureComponent {
render() {
return React.createElement(React.Fragment, null, this.props.children);
}
}
exports.Truncate = Truncate;
exports.default = Truncate; //# sourceMappingURL=index.js.map