@reacture/core
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,11 +0,2 @@ | ||
import { JSX } from 'react'; | ||
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> { | ||
children: React.ReactNode; | ||
} | ||
declare function Button({ children, ...other }: ButtonProps): JSX.Element; | ||
declare namespace Button { | ||
var displayName: string; | ||
} | ||
export { Button, type ButtonProps }; | ||
export { Button, ButtonProps } from './components/Button/button.js'; | ||
import 'react'; |
{ | ||
"name": "@reacture/core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A core set of React UI components", | ||
@@ -44,2 +44,7 @@ "keywords": [ | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./button": { | ||
@@ -46,0 +51,0 @@ "types": "./dist/components/Button/index.d.ts", |
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
17805
25
47
6