@threlte/extras
Version:
Utilities, abstractions and plugins for your Threlte apps
6 lines (5 loc) • 352 B
TypeScript
import { TransformControls } from 'three/examples/jsm/controls/TransformControls.js';
import type { TransformControlsProps } from './types.js';
declare const TransformControls: import("svelte").Component<TransformControlsProps, {}, "controls" | "group">;
type TransformControls = ReturnType<typeof TransformControls>;
export default TransformControls;