Files
oh-my-opencode/dist/hooks/think-mode/index.d.ts
T

5 lines
148 B
TypeScript
Raw Normal View History

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