UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

3 lines (2 loc) 171 B
import { Object3D } from 'three/webgpu'; export declare function findInterface<T>(object: Object3D | null | undefined, discriminator: string): (Object3D & T) | undefined;