UNPKG

swap-chat-react

Version:
6 lines (5 loc) 203 B
/// <reference types="react" /> export declare const useChat: () => { showCreateChannel: boolean; setShowCreateChannel: import("react").Dispatch<import("react").SetStateAction<boolean>>; };