@botu/widget-react 0.1.0 → 0.1.2
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/index.d.mts +0 -5
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -5
- package/dist/index.mjs +0 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8,11 +8,6 @@ type BotuChatWidgetProps = {
|
|
|
8
8
|
autoload?: boolean;
|
|
9
9
|
shutdownOnUnmount?: boolean;
|
|
10
10
|
};
|
|
11
|
-
/**
|
|
12
|
-
* React wrapper for @botu/widget.
|
|
13
|
-
* - If autoload=true (default), calls boot() on mount.
|
|
14
|
-
* - Renders nothing.
|
|
15
|
-
*/
|
|
16
11
|
declare function BotuChatWidget({ projectId, bootOptions, loadOptions, autoload, shutdownOnUnmount, }: BotuChatWidgetProps): null;
|
|
17
12
|
|
|
18
13
|
export { BotuChatWidget, type BotuChatWidgetProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -8,11 +8,6 @@ type BotuChatWidgetProps = {
|
|
|
8
8
|
autoload?: boolean;
|
|
9
9
|
shutdownOnUnmount?: boolean;
|
|
10
10
|
};
|
|
11
|
-
/**
|
|
12
|
-
* React wrapper for @botu/widget.
|
|
13
|
-
* - If autoload=true (default), calls boot() on mount.
|
|
14
|
-
* - Renders nothing.
|
|
15
|
-
*/
|
|
16
11
|
declare function BotuChatWidget({ projectId, bootOptions, loadOptions, autoload, shutdownOnUnmount, }: BotuChatWidgetProps): null;
|
|
17
12
|
|
|
18
13
|
export { BotuChatWidget, type BotuChatWidgetProps };
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED