UNPKG

test-ts-publish

Version:

A light-weight react toast component built for mobile web app

30 lines (29 loc) 1.19 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 default_1 = (function (_super) { __extends(default_1, _super); function default_1() { return _super !== null && _super.apply(this, arguments) || this; } default_1.prototype.render = function () { return (React.createElement("div", null, React.createElement("div", null, "\u4F60\u597D\u4E16\u754C"), ",\u6211\u662F\u6D4B\u8BD5\u53D1\u5E03\u7528\u7684")); }; return default_1; }(React.Component)); exports.default = default_1;