Files
react/components/use-current-state/index.ts
unix db384acff7 refactor: export all hooks functions directly from main module
refactor: rename the modules to make sure tree-shaking works
2020-05-16 04:50:45 +08:00

4 lines
82 B
TypeScript

import useCurrentState from './use-current-state'
export default useCurrentState