cometchat-visual-builder-no-code 1.0.10-test3 → 1.0.10-test5
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/CometChat/CometChatSettings.d.ts +1 -1
- package/dist/CometChat/context/CometChatContext.d.ts +3 -3
- package/dist/CometChat/styleConfig.d.ts +1 -1
- package/dist/CometChatNoCode/CometChatApi.d.ts +2 -0
- package/dist/CometChatNoCode/components/docked/DockedChatView.d.ts +2 -1
- package/dist/CometChatNoCode/useInjectNoCodeStyles.d.ts +1 -4
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/index copy.d.ts +0 -12
package/package.json
CHANGED
package/dist/index copy.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import "./App.css";
|
|
2
|
-
import "@cometchat/chat-uikit-react/css-variables.css";
|
|
3
|
-
export declare const showOutgoingCallUI: (call: any) => void;
|
|
4
|
-
export declare const showOnGoingCallUI: (sessionId: string) => void;
|
|
5
|
-
export declare const showDirectOnGoingCall: (callToken: string) => void;
|
|
6
|
-
export declare const cleanupCallUI: () => void;
|
|
7
|
-
declare global {
|
|
8
|
-
interface Window {
|
|
9
|
-
MyReactComponents: any;
|
|
10
|
-
CometChatApp: any;
|
|
11
|
-
}
|
|
12
|
-
}
|