UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

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