Files
claude-code/src/hooks/useDoublePress.ts
2026-04-07 22:26:45 +08:00

4 lines
151 B
TypeScript

// Re-export from @anthropic/ink hooks module
export { useDoublePress } from '@anthropic/ink'
export { DOUBLE_PRESS_TIMEOUT_MS } from '@anthropic/ink'