UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

8 lines (7 loc) 231 B
import { Intersection } from 'three/webgpu'; export interface DIVEHoverable { isHoverable: true; onPointerEnter?: (i: Intersection) => void; onPointerOver?: (i: Intersection) => void; onPointerLeave?: () => void; }