Comparing version 0.0.7 to 0.0.8
import React from "react"; | ||
export declare class HelloWorld extends React.Component { | ||
export default class HelloWorld extends React.Component { | ||
render(): React.JSX.Element; | ||
} |
@@ -1,1 +0,1 @@ | ||
export { HelloWorld } from './components/HelloWorld'; | ||
export * from './components/HelloWorld'; |
@@ -1,1 +0,1 @@ | ||
import t from"react";var r=function(t,o){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])},r(t,o)};"function"==typeof SuppressedError&&SuppressedError;var o=function(o){function n(){return null!==o&&o.apply(this,arguments)||this}return function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=t}r(t,o),t.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}(n,o),n.prototype.render=function(){return t.createElement("h2",null,"Hello world")},n}(t.Component);export{o as HelloWorld}; | ||
import t from"react";var o=function(t,r){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(t[r]=o[r])},o(t,r)};"function"==typeof SuppressedError&&SuppressedError,function(r){function n(){return null!==r&&r.apply(this,arguments)||this}(function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=t}o(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)})(n,r),n.prototype.render=function(){return t.createElement("h2",null,"Hello world")}}(t.Component); |
@@ -1,1 +0,1 @@ | ||
"use strict";var t=require("react"),r=function(t,o){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])},r(t,o)};"function"==typeof SuppressedError&&SuppressedError;var o=function(o){function e(){return null!==o&&o.apply(this,arguments)||this}return function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}r(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}(e,o),e.prototype.render=function(){return t.createElement("h2",null,"Hello world")},e}(t.Component);exports.HelloWorld=o; | ||
"use strict";var t=require("react"),r=function(t,o){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])},r(t,o)};"function"==typeof SuppressedError&&SuppressedError,function(o){function n(){return null!==o&&o.apply(this,arguments)||this}(function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=t}r(t,o),t.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)})(n,o),n.prototype.render=function(){return t.createElement("h2",null,"Hello world")}}(t.Component); |
{ | ||
"name": "abirun", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Make smart contracts interation easy", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,1 +0,1 @@ | ||
export {HelloWorld} from './components/HelloWorld' | ||
export * from './components/HelloWorld' |
Sorry, the diff of this file is not supported yet
4339