useRafLock.d.ts 96 B

1
  1. export default function useRafLock(): [state: boolean, setState: (nextState: boolean) => void];