UNPKG

@chatui/core

Version:

The React library for Chatbot UI

4 lines (3 loc) 184 B
import React from 'react'; import { ModalProps } from './Base'; export declare const Confirm: ({ className, vertical: oVertical, actions, ...other }: ModalProps) => React.JSX.Element;