UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

18 lines (17 loc) 509 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RangeGrid = void 0; const styles_1 = require("../../styles"); exports.RangeGrid = (0, styles_1.styled)('div', { variants: { hasRange: { true: { position: 'relative', display: 'grid', gridTemplateColumns: 'auto $sizes$numberInputMinWidth', columnGap: '$colGap', alignItems: 'center', }, }, }, });