UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

3 lines (2 loc) 153 B
import type { ReactElement } from 'react'; export declare function render(reactElement: ReactElement, callback?: () => void | null | undefined): number;