UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

4 lines (3 loc) 218 B
import type { DialogContextType, DialogProps } from './types'; export declare function useDialog(): DialogContextType; export declare function Dialog({ children, onFinish, finishedContent }: DialogProps): JSX.Element;