Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / presets / Quantity / styled.js
Size: Mime:
"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