{ "version": 3, "sources": ["../../../../src/lib/ui/hooks/useCanRedo.ts"], "sourcesContent": ["import { useEditor, useValue } from '@tldraw/editor'\n\n/** @public */\nexport function useCanRedo() {\n\tconst editor = useEditor()\n\treturn useValue('useCanRedo', () => editor.canRedo, [editor])\n}\n"], "mappings": "AAAA,SAAS,WAAW,gBAAgB;AAG7B,SAAS,aAAa;AAC5B,QAAM,SAAS,UAAU;AACzB,SAAO,SAAS,cAAc,MAAM,OAAO,SAAS,CAAC,MAAM,CAAC;AAC7D;", "names": [] }