sg-paisou 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -63,7 +63,8 @@ declare const _default: {
|
|
|
63
63
|
AIChatComponent: Component
|
|
64
64
|
createAIChatConfig: typeof createAIChatConfig
|
|
65
65
|
PRESET_CONFIGS: typeof PRESET_CONFIGS
|
|
66
|
-
DEFAULT_CONFIG: typeof DEFAULT_CONFIG
|
|
66
|
+
DEFAULT_CONFIG: typeof DEFAULT_CONFIG,
|
|
67
|
+
setJsbridge: typeof setJsbridge
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
export default _default
|