Files
react/components/use-input/index.ts
witt 563fb67c72 fix: migrate the hooks file path in esm (#603)
* fix: move use-input to root-layer

* chore: move all hooks to root-layer

* test: fix test utils path for hooks
2021-08-13 18:00:52 +08:00

5 lines
116 B
TypeScript

import useInput from './use-input'
export type { BindingsChangeTarget } from './use-input'
export default useInput