@cc98/react-ubb-editor
Version:
A ubb editor component based on react
7 lines (6 loc) • 589 B
JavaScript
import { __makeTemplateObject } from "tslib";
import styled from '@emotion/styled';
import clear from './utils/clear';
var Textarea = styled('textarea')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", ";\n width: 100%;\n min-height: 100px;\n flex-grow: 1;\n resize: none;\n font-size: inherit;\n padding: 0.5rem;\n box-sizing: border-box;\n"], ["\n ", ";\n width: 100%;\n min-height: 100px;\n flex-grow: 1;\n resize: none;\n font-size: inherit;\n padding: 0.5rem;\n box-sizing: border-box;\n"])), clear);
export default Textarea;
var templateObject_1;