/**
 * handleClick
 */
export type HandleClick = (e: PointerEvent) => void;
