@module-federation/bridge-shared
Advanced tools
Comparing version 0.0.0-next-20240725030707 to 0.0.0-next-20240725035430
# @module-federation/bridge-shared | ||
## 0.0.0-next-20240725030707 | ||
## 0.0.0-next-20240725035430 | ||
@@ -5,0 +5,0 @@ ## 0.3.1 |
@@ -0,1 +1,3 @@ | ||
import { CSSProperties } from 'react'; | ||
export interface ProviderParams { | ||
@@ -7,2 +9,4 @@ name?: string; | ||
}; | ||
style?: CSSProperties; | ||
className?: string | string[]; | ||
} | ||
@@ -9,0 +13,0 @@ export interface RenderFnParams extends ProviderParams { |
{ | ||
"name": "@module-federation/bridge-shared", | ||
"version": "0.0.0-next-20240725030707", | ||
"version": "0.0.0-next-20240725035430", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -0,1 +1,2 @@ | ||
import { CSSProperties } from 'react'; | ||
export interface ProviderParams { | ||
@@ -5,2 +6,4 @@ name?: string; | ||
memoryRoute?: { entryPath: string }; | ||
style?: CSSProperties; | ||
className?: string | string[]; | ||
} | ||
@@ -7,0 +10,0 @@ |
9981
215