UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

8 lines (7 loc) 281 B
import { DIVEScene } from '../../scene/Scene'; import { DIVEAROptions } from '../AR'; export declare class DIVEARQuickLook { static Launch(scene: DIVEScene, options?: DIVEAROptions): Promise<void>; private static launchARQuickLook; private static findARQuickLookSrc; }