source: imaps-frontend/node_modules/react-use/esm/useRafState.d.ts

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 175 bytes
Line 
1import { Dispatch, SetStateAction } from 'react';
2declare const useRafState: <S>(initialState: S | (() => S)) => [S, Dispatch<SetStateAction<S>>];
3export default useRafState;
Note: See TracBrowser for help on using the repository browser.