UseChatKitReturn
type UseChatKitReturn = ChatKitMethods & { control: ChatKitControl; ref: React.RefObject<OpenAIChatKit | null>;};Type Declaration
Section titled “Type Declaration”control
Section titled “control”control: ChatKitControl;ref: React.RefObject<OpenAIChatKit | null>;