UNPKG

@chatui/core

Version:

The React library for Chatbot UI

8 lines (7 loc) 239 B
import React from 'react'; export interface BackdropProps { className?: string; active?: boolean; onClick?: React.MouseEventHandler<HTMLDivElement>; } export declare const Backdrop: (props: BackdropProps) => React.JSX.Element;