@laststranger/lz-test1
Advanced tools
Comparing version 1.0.2 to 1.0.3
import { FC } from "react"; | ||
declare const Button: FC; | ||
export default Button; | ||
export declare const Button: FC; |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Button = void 0; | ||
const react_1 = __importDefault(require("react")); | ||
@@ -11,3 +12,3 @@ const Button = ({ children }) => { | ||
}; | ||
exports.default = Button; | ||
exports.Button = Button; | ||
//# sourceMappingURL=Button.js.map |
import { FC } from "react"; | ||
declare const Button: FC; | ||
export default Button; | ||
export declare const Button: FC; |
import React from "react"; | ||
const Button = ({ children }) => { | ||
export const Button = ({ children }) => { | ||
return React.createElement("div", null, children); | ||
}; | ||
export default Button; | ||
//# sourceMappingURL=Button.js.map |
{ | ||
"name": "@laststranger/lz-test1", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "test action one, here we go", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is not supported yet
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
4083
51