Files
oh-my-opencode/dist/hooks/think-mode/index.d.ts
T
2026-03-14 04:56:50 +00:00

5 lines
148 B
TypeScript

export * from "./detector";
export * from "./switcher";
export * from "./types";
export { clearThinkModeState, createThinkModeHook } from "./hook";