@ucam/design-system
Version:
University of Cambridge Design System
17 lines (11 loc) • 526 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var Typography = require('./Typography.js');
exports.H1 = Typography.H1;
exports.H2 = Typography.H2;
exports.H3 = Typography.H3;
exports.H4 = Typography.H4;
exports.H5 = Typography.H5;
exports.H6 = Typography.H6;
exports.P = Typography.P;
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7OzsifQ==