UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

19 lines (14 loc) 583 B
'use strict'; function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var React = require('react'); var React__default = _interopDefault(React); var index = require('../Paragraph/index.js'); var index$1 = require('../Heading/index.js'); var Typography = function (_a) { var children = _a.children; return React__default.createElement(React__default.Fragment, null, children); }; Typography.Heading = index$1; Typography.Paragraph = index; module.exports = Typography; //# sourceMappingURL=Typography.js.map