react-text-highlighting
Version:
react text highlight component
14 lines (9 loc) • 444 B
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
var _componentsTextHighlighting = require('./components/TextHighlighting');
var _componentsTextHighlighting2 = _interopRequireDefault(_componentsTextHighlighting);
exports['default'] = _componentsTextHighlighting2['default'];
module.exports = exports['default'];