@catho/quantum
Version:
Catho react components
13 lines (12 loc) • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
var Title = _styledComponents["default"].h1.withConfig({
displayName: "Title",
componentId: "sc-1vnr32k-0"
})([""]);
var _default = exports["default"] = Title;