@cc98/react-ubb-editor
Version:
A ubb editor component based on react
8 lines (7 loc) • 616 B
JavaScript
import { __makeTemplateObject } from "tslib";
import styled from '@emotion/styled';
import center from './utils/center';
import clear from './utils/clear';
var Button = styled('button')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", ";\n ", ";\n cursor: pointer;\n width: 1.5rem;\n margin: 0 0.25rem;\n\n &:disabled {\n color: #aaa;\n cursor: not-allowed;\n }\n"], ["\n ", ";\n ", ";\n cursor: pointer;\n width: 1.5rem;\n margin: 0 0.25rem;\n\n &:disabled {\n color: #aaa;\n cursor: not-allowed;\n }\n"])), clear, center);
export default Button;
var templateObject_1;