UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

4 lines (3 loc) 260 B
import type { UrbanBotType, UrbanEventListener } from '../types'; export declare type Pattern = string | RegExp; export declare function useText<BotType extends UrbanBotType>(listener: UrbanEventListener<BotType, 'text'>, pattern?: Pattern | Pattern[]): void;