UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

5 lines (4 loc) 195 B
export type { GizmoOptions } from 'three-viewport-gizmo'; import type { GizmoProps } from './types'; declare const Gizmo: import("svelte").Component<GizmoProps, {}, "ref">; export default Gizmo;