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

4 lines
82 B
TypeScript

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