UNPKG

puppychat

Version:

A beautiful React chat interface component with TypeScript support

5 lines 278 B
import { ChatInterfaceProps } from './component/ChatInterface'; export interface ChatMainProps extends Omit<ChatInterfaceProps, 'variant'> { } export default function ChatMain(props: ChatMainProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ChatMain.d.ts.map