UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

9 lines (8 loc) 218 B
import type { Snippet } from 'svelte'; import type { Group } from 'three'; declare const Headset: import("svelte").Component<{ children?: Snippet<[{ ref: Group; }]>; }, {}, "">; export default Headset;