{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "useLockFn", "title": "useLockFn", "description": "useLockFn hook", "files": [ { "path": "packages/hooks/src/useLockFn/index.ts", "content": "import { useRef, useCallback } from 'react';\n\nfunction useLockFn
(fn: (...args: P) => Promise