@tds2/button
Advanced tools
Comparing version 0.1.5 to 0.1.6
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const React = require("react"); | ||
const react_native_web_1 = require("react-native-web"); | ||
const Button = () => React.createElement(react_native_web_1.Text, null, "Button"); | ||
const react_native_1 = require("react-native"); | ||
const Button = () => React.createElement(react_native_1.Text, null, "Button"); | ||
exports.default = Button; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@tds2/button", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Button component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1599