Repository URL to install this package:
Version:
0.9.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const styled_1 = require("../styled");
// inheriting from base style
const H1 = styled_1.StyledBaseText.withComponent('h1');
exports.H1 = H1;
const H2 = styled_1.StyledBaseText.withComponent('h2');
exports.H2 = H2;
const H3 = styled_1.StyledBaseText.withComponent('h3');
exports.H3 = H3;
const H4 = styled_1.StyledBaseText.withComponent('h4');
exports.H4 = H4;
const H5 = styled_1.StyledBaseText.withComponent('h5');
exports.H5 = H5;
const H6 = styled_1.StyledBaseText.withComponent('h6');
exports.H6 = H6;
//# sourceMappingURL=styled.js.map