randmarcomps 1.301.0 → 1.303.0
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/randmarcomps.d.ts +1 -1
- package/dist/randmarcomps.js +1050 -1046
- package/dist/randmarcomps.umd.cjs +30 -30
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -173,7 +173,7 @@ declare interface ChatContextType {
|
|
|
173
173
|
export declare const ChatLayout: ForwardRefExoticComponent<ChatLayoutProps & RefAttributes<ChatLayoutHandle>>;
|
|
174
174
|
|
|
175
175
|
export declare interface ChatLayoutHandle {
|
|
176
|
-
setActiveChatAndSendMessage: (conversationId: number, message?: string) =>
|
|
176
|
+
setActiveChatAndSendMessage: (conversationId: number, message?: string) => void;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
export declare interface ChatLayoutProps {
|