Appearance
监听长按事件。
import { useLongPress } from '@base-web-kits/base-tools-react'; useLongPress( () => { alert('Long press'); }, ref, { delay: 300 }, );
ahooks