7 lines
377 B
TypeScript
7 lines
377 B
TypeScript
import { ReactHumanInTheLoop } from "../types/human-in-the-loop.cjs";
|
|
|
|
//#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.cts.map
|