UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

8 lines (7 loc) 212 B
import { type ColorRepresentation } from 'three'; declare const Cursor: import("svelte").Component<{ color?: ColorRepresentation; size?: number; thickness?: number; }, {}, "">; export default Cursor;