@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
15 lines • 500 B
JavaScript
import * as tslib_1 from "tslib";
import * as React from 'react';
import { PureComponent } from 'react';
var Strong = (function (_super) {
tslib_1.__extends(Strong, _super);
function Strong() {
return _super !== null && _super.apply(this, arguments) || this;
}
Strong.prototype.render = function () {
return React.createElement("strong", null, this.props.children);
};
return Strong;
}(PureComponent));
export default Strong;
//# sourceMappingURL=strong.js.map