Appearance
简化 Input 或类似组件的状态管理。
import { useEventTarget } from '@base-web-kits/base-tools-react'; const [value, { onChange, reset }] = useEventTarget({ initialValue: 'this is initial value' });
ahooks