@copilotkit/react-core
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
15 lines (12 loc) • 574 B
TypeScript
import { e as LangGraphInterruptRender } from '../copilot-context-256f9020.js';
import '@copilotkit/shared';
import '../types/frontend-action.js';
import '@copilotkit/runtime-client-gql';
import 'react';
import './use-tree.js';
import '../types/document-pointer.js';
import '../types/chat-suggestion-configuration.js';
import '../types/coagent-action.js';
import '../types/coagent-state.js';
declare function useLangGraphInterrupt<TEventValue = any>(action: Omit<LangGraphInterruptRender<TEventValue>, "id">, dependencies?: any[]): void;
export { useLangGraphInterrupt };