Open
Description
from the PivotControls
source code:
import * as React from 'react';
import * as THREE from 'three';
import { ForwardRefComponent } from '../../helpers/ts-utils';
import { OnDragStartProps } from './context';
type PivotControlsProps = {
enabled?: boolean;
scale?: number;
lineWidth?: number;
fixed?: boolean;
offset?: [number, number, number];
rotation?: [number, number, number];
This type should be exported.
Activity