@cc98/react-ubb-editor
Version:
A ubb editor component based on react
7 lines (6 loc) • 451 B
JavaScript
import { __makeTemplateObject } from "tslib";
import { css } from '@emotion/core';
import center from '../utils/center';
var notice = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n .rc-notification-notice {\n ", " position: relative;\n margin-bottom: 10px;\n }\n"], ["\n .rc-notification-notice {\n ", " position: relative;\n margin-bottom: 10px;\n }\n"])), center);
export default notice;
var templateObject_1;