Socket
Socket
Sign inDemoInstall

@depict-ai/react-solid-bridge

Package Overview
Dependencies
9
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.21 to 1.0.22

9

dist/react/convertToReactComponent.d.ts
export default convertToReactComponent;
declare function convertToReactComponent(SolidComponent: any): import("react").MemoExoticComponent<({ children, ...props }: {
[x: string]: any;
children: any;
}) => JSX.Element>;
/**
* @param props
* @returns {any}
*/
declare function convertToReactComponent(SolidComponent: any): any;
//# sourceMappingURL=convertToReactComponent.d.ts.map

@@ -0,2 +1,6 @@

/**
* @param props
* @returns {any}
*/
export default function _default(props: any): any;
//# sourceMappingURL=DepictProvider.d.ts.map
//# sourceMappingURL=DepictProvider.d.ts.map
export default ReactToSolidBridge;
/**
* @param props
* @returns {any}
*/
declare function ReactToSolidBridge({ children, getSolidComponent, props, solidComponent, }: {

@@ -7,3 +11,3 @@ children: any;

solidComponent: any;
}): JSX.Element;
}): any;
//# sourceMappingURL=ReactToSolidBridge.d.ts.map
export default ReactToSolidBridgeProvider;
/**
* @param props
* @returns {any}
*/
declare function ReactToSolidBridgeProvider({ children, }: {
children: any;
}): JSX.Element;
}): any;
//# sourceMappingURL=ReactToSolidBridgeProvider.d.ts.map
export default ReactToSolidBridge;
declare function ReactToSolidBridge({ children, }: {
declare function ReactToSolidBridge({ children: SolidComponent, }: {
children: any;
}): JSX.Element;
//# sourceMappingURL=ReactToSolidBridgeV1.d.ts.map
export default SolidToReactBridge;
declare function SolidToReactBridge({ children, }: {
declare function SolidToReactBridge({ children: ReactComponent, }: {
children: any;
}): JSX.Element;
//# sourceMappingURL=SolidToReactBridgeV1.d.ts.map
{
"name": "@depict-ai/react-solid-bridge",
"version": "1.0.21",
"version": "1.0.22",
"license": "MIT",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc