mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-09 22:50:06 +08:00
* fix: move use-input to root-layer * chore: move all hooks to root-layer * test: fix test utils path for hooks
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import useInput from './use-input'
|
|
|
|
export type { BindingsChangeTarget } from './use-input'
|
|
export default useInput
|