UNPKG

starchild-widget

Version:

Starchild Widget

18 lines 552 B
import { default as React } from 'react'; import { Position, DockEdgeCallback } from '../../../../../types'; interface ChatModalProps { isOpen: boolean; onClose: () => void; position: { x: number; y: number; }; onPositionChange: (position: Position) => void; onDockToEdge?: DockEdgeCallback; onZoomOut?: () => void; containerId?: string; containerElement?: HTMLElement; } declare const _default: React.NamedExoticComponent<ChatModalProps>; export default _default; //# sourceMappingURL=index.d.ts.map