stream-chat-react
Version:
React components to create chat conversations or livestream style chat
9 lines • 315 B
TypeScript
import type { CommandResponse } from 'stream-chat';
export type MessageComposerCommand = {
command: CommandResponse & {
name: string;
};
enabled: boolean;
};
export declare const useMessageComposerCommands: () => MessageComposerCommand[];
//# sourceMappingURL=useMessageComposerCommands.d.ts.map