@react-buddy/ide-toolbox
Advanced tools
Comparing version 2.1.0-dev.0 to 2.1.0-dev.1
@@ -1,2 +0,2 @@ | ||
import React from 'react'; | ||
import React, { ReactElement } from 'react'; | ||
export declare type CategoryProps = { | ||
@@ -11,2 +11,3 @@ name: string; | ||
defaultProps?: {}; | ||
subComponents: JSX.Element | JSX.Element[]; | ||
}; | ||
@@ -18,2 +19,3 @@ export declare type VariantProps = { | ||
requiredParams?: Array<string>; | ||
proto: (...args: unknown[]) => ReactElement<any, any> | null | void; | ||
}; | ||
@@ -20,0 +22,0 @@ export declare const Category: React.FC<CategoryProps>; |
{ | ||
"name": "@react-buddy/ide-toolbox", | ||
"version": "2.1.0-dev.0", | ||
"version": "2.1.0-dev.1", | ||
"description": "React IDE toolbox", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"react": "^17.0.0" | ||
"react": "^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -52,3 +52,3 @@ "devDependencies": { | ||
"license": "Apache-2.0", | ||
"gitHead": "6c98561d1a2937291efd5596cad22679c5e6137d" | ||
"gitHead": "f6ee7c1a0531d1b7ba69b33e78b5e3f891b8d6fa" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
203820
1211