UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

3 lines (2 loc) 155 B
import type { RouterProps } from './types'; export declare function Router({ children, withInitializeCommands, historyLength }: RouterProps): JSX.Element;