UNPKG

contentstack-chat-widget-sdk

Version:

React TypeScript SDK for embedding ContentStack AI-powered chat widgets into websites

4 lines 176 B
import React from 'react'; import type { ChatWidgetProps } from '../types'; export declare const ChatWidget: React.FC<ChatWidgetProps>; //# sourceMappingURL=ChatWidget.d.ts.map