UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

15 lines 468 B
import * as tslib_1 from "tslib"; import * as React from 'react'; import { PureComponent } from 'react'; var Em = (function (_super) { tslib_1.__extends(Em, _super); function Em() { return _super !== null && _super.apply(this, arguments) || this; } Em.prototype.render = function () { return React.createElement("em", null, this.props.children); }; return Em; }(PureComponent)); export default Em; //# sourceMappingURL=em.js.map