rdesign/frontend/node_modules/@copilotkitnext/react/dist/hooks/use-human-in-the-loop.d.mts

7 lines
377 B
TypeScript

import { ReactHumanInTheLoop } from "../types/human-in-the-loop.mjs";
//#region src/hooks/use-human-in-the-loop.d.ts
declare function useHumanInTheLoop<T extends Record<string, unknown> = Record<string, unknown>>(tool: ReactHumanInTheLoop<T>, deps?: ReadonlyArray<unknown>): void;
//#endregion
export { useHumanInTheLoop };
//# sourceMappingURL=use-human-in-the-loop.d.mts.map