UNPKG

@cobuildlab/8base-chat

Version:

Chat component that uses 8base

8 lines (7 loc) 217 B
/// <reference types="react" /> export declare const ALERT_DIALOG_ID = "ALERT_DIALOG_ID"; declare function AlertDialog(): JSX.Element; declare namespace AlertDialog { var id: string; } export default AlertDialog;