Repository URL to install this package:
|
Version:
2.8.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Heading_1 = require("../../atoms/Text/Heading");
const Incrementer_1 = require("../../../inputs/Incrementer");
const StyledTitle = styleh_components_1.styled.withComponent(Heading_1.Heading)``;
exports.StyledTitle = StyledTitle;
const StyledIncrementer = styleh_components_1.styled.withComponent(Incrementer_1.Incrementer)``;
exports.StyledIncrementer = StyledIncrementer;
const QuantityWrapper = styleh_components_1.styled.div``;
exports.QuantityWrapper = QuantityWrapper;
exports.default = QuantityWrapper; //# sourceMappingURL=styled.js.map