()
| 92 | const searchProps = () => (typeof props.search === "object" ? props.search : {}) |
| 93 | const searchAction = () => searchProps().action |
| 94 | const addProps = () => props.add |
| 95 | const showAdd = () => !!addProps() |
| 96 | |
| 97 | const moved = (event: MouseEvent) => event.movementX !== 0 || event.movementY !== 0 |