UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

4 lines (3 loc) 255 B
import type { BotContextType } from '../context'; import type { UrbanBot, UrbanBotType } from '../types'; export declare function useBotContext<Bot extends UrbanBot = UrbanBot, BotType extends UrbanBotType = UrbanBotType>(): BotContextType<Bot, BotType>;