Repository URL to install this package:
|
Version:
4.0.59 ▾
|
"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