@laststranger/lz-test1
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,4 +0,3 @@ | ||
declare const Button: ({ children }: { | ||
children: any; | ||
}) => JSX.Element; | ||
import { FC } from "react"; | ||
declare const Button: FC; | ||
export default Button; |
@@ -1,4 +0,3 @@ | ||
declare const Button: ({ children }: { | ||
children: any; | ||
}) => JSX.Element; | ||
import { FC } from "react"; | ||
declare const Button: FC; | ||
export default Button; |
{ | ||
"name": "@laststranger/lz-test1", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
4116
53