UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

3 lines (2 loc) 113 B
import type { RouteProps } from './types'; export declare function Route({ children }: RouteProps): JSX.Element;