@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
19 lines • 803 B
JavaScript
import * as tslib_1 from "tslib";
import * as React from 'react';
import { PureComponent } from 'react';
import { akColorN30A, } from '@atlaskit/util-shared-styles';
import styled from 'styled-components';
var HR = (_a = ["\n border: none;\n background-color: ", ";\n height: 2px;\n border-radius: 1px;\n"], _a.raw = ["\n border: none;\n background-color: ", ";\n height: 2px;\n border-radius: 1px;\n"], styled.hr(_a, akColorN30A));
var Rule = (function (_super) {
tslib_1.__extends(Rule, _super);
function Rule() {
return _super !== null && _super.apply(this, arguments) || this;
}
Rule.prototype.render = function () {
return React.createElement(HR, null);
};
return Rule;
}(PureComponent));
export default Rule;
var _a;
//# sourceMappingURL=rule.js.map