UNPKG

@chayns-components/core

Version:

A set of beautiful React components for developing your own applications with chayns.

14 lines (13 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledHighlightSlider = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const StyledHighlightSlider = exports.StyledHighlightSlider = _styledComponents.default.div` display: flex; gap: 12px; align-items: center; `; //# sourceMappingURL=HighlightSlider.styles.js.map