UNPKG

@smart-react-components/ui

Version:
12 lines (11 loc) 474 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const H3_1 = __importDefault(require("@smart-react-components/core/Element/H3")); const styled_components_1 = __importDefault(require("styled-components")); exports.default = (0, styled_components_1.default)(H3_1.default) ` flex: 0 1 auto; margin: 0; `;