UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

3 lines (2 loc) 167 B
import type { DialogStepProps } from './types'; export declare function DialogStep({ children, content, id, onNext, validation, type }: DialogStepProps): JSX.Element;