@cc98/react-ubb-editor
Version:
A ubb editor component based on react
6 lines (5 loc) • 480 B
JavaScript
import { __makeTemplateObject } from "tslib";
import styled from '@emotion/styled';
var ButtonRoot = styled('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n font-size: 14px;\n height: 2em;\n display: flex;\n border-bottom: 1px solid rgb(238, 238, 238);\n"], ["\n width: 100%;\n font-size: 14px;\n height: 2em;\n display: flex;\n border-bottom: 1px solid rgb(238, 238, 238);\n"])));
export default ButtonRoot;
var templateObject_1;