@cc98/react-ubb-editor
Version:
A ubb editor component based on react
10 lines (9 loc) • 953 B
JavaScript
import { __makeTemplateObject } from "tslib";
import { css } from '@emotion/core';
import styled from '@emotion/styled';
import content from './notice/content';
import notice from './notice/notice';
var other = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n div,\n span {\n width: 100%;\n height: 2rem;\n }\n"], ["\n div,\n span {\n width: 100%;\n height: 2rem;\n }\n"])));
var NoticeContainer = styled('div')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: absolute;\n top: 2rem;\n width: 100%;\n height: 2rem;\n display: flex;\n align-items: center;\n pointer-events: none;\n\n ", "\n ", "\n ", "\n"], ["\n position: absolute;\n top: 2rem;\n width: 100%;\n height: 2rem;\n display: flex;\n align-items: center;\n pointer-events: none;\n\n ", "\n ", "\n ", "\n"])), other, notice, content);
export default NoticeContainer;
var templateObject_1, templateObject_2;