@copilotkit/react-core
Version:
<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>
15 lines (12 loc) • 574 B
TypeScript
import { e as LangGraphInterruptRender } from '../copilot-context-c402f48d.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 };