UNPKG

react-base-guide

Version:

react ui components

25 lines 896 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Container = exports.RangeRoot = void 0; const styled_components_1 = __importDefault(require("styled-components")); const add_custom_style_1 = require("../../utils/add-custom-style"); const RangeRoot = styled_components_1.default.div ` align-items: center; position: relative; box-sizing: border-box; width: 100%; flex-wrap: nowrap; ${p => (0, add_custom_style_1.addCustomStyle)(p.$styled, "flex")} `; exports.RangeRoot = RangeRoot; const Container = styled_components_1.default.div ` position: relative; display: block; box-sizing: border-box; width: 100%; `; exports.Container = Container; //# sourceMappingURL=container.js.map