UNPKG

react-sleek

Version:

React Sleek Component Library

36 lines (35 loc) 1.29 kB
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var typestyle_1 = require("typestyle"); var csx_1 = require("csx"); var Head1 = /** @class */ (function (_super) { __extends(Head1, _super); function Head1() { return _super !== null && _super.apply(this, arguments) || this; } Head1.prototype.render = function () { return React.createElement("h1", { className: head1 }, this.props.children); }; return Head1; }(React.PureComponent)); exports.default = Head1; var head1 = typestyle_1.style({ fontSize: csx_1.px(24), lineHeight: csx_1.px(24), margin: csx_1.px(0), padding: csx_1.px(0), });