UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

9 lines (8 loc) 254 B
import type { Snippet } from 'svelte'; interface Props { handedness: 'left' | 'right'; children?: Snippet; } declare const ShortRay: import("svelte").Component<Props, {}, "">; type ShortRay = ReturnType<typeof ShortRay>; export default ShortRay;