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 / atoms / Text / Heading / styled.js
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});

const styled_1 = require("../styled"); // inheriting from base style


const H1 = styled_1.StyledBaseText.as('h1');
exports.H1 = H1;
const H2 = styled_1.StyledBaseText.as('h2');
exports.H2 = H2;
const H3 = styled_1.StyledBaseText.as('h3');
exports.H3 = H3;
const H4 = styled_1.StyledBaseText.as('h4');
exports.H4 = H4;
const H5 = styled_1.StyledBaseText.as('h5');
exports.H5 = H5;
const H6 = styled_1.StyledBaseText.as('h6');
exports.H6 = H6; //# sourceMappingURL=styled.js.map