stopEvent import { stopEvent } from '@ttrmz/react-utils' Usage const Example = () => { const handleClick = event => { stopEvent(event) ... } return <button onClick={handleClick} /> }