UNPKG

@servicetitan/assist-ui

Version:

ServiceTitan Atlas UI Components

14 lines 425 B
import { ReactNode } from 'react'; interface ChatWindowProps { open: boolean; position?: { x: number; y: number; }; isDragging?: boolean; fullscreen?: boolean; children: ReactNode; } export declare const ChatWindow: ({ open, position, isDragging, fullscreen, children, }: ChatWindowProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=chat-window.d.ts.map