UNPKG

react-19-kit

Version:

Ready-to-use Chat UI Components for React(Javascript/Web)

11 lines (10 loc) 286 B
export declare const useCometChatChangeScope: ({ defaultSelection, }: { defaultSelection?: string | undefined; }) => { selectedValue: string; selectionChanged: (input: { checked: boolean; labelText: string | undefined; id: string; }) => void; };