UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

11 lines (10 loc) 200 B
import { Object3D } from 'three'; /** * A basic grid for the scene. * * @module */ export declare class DIVEGrid extends Object3D { constructor(); SetVisibility(visible: boolean): void; }