UNPKG

@kitschpatrol/tweakpane-plugin-rotation

Version:

A fork of tweakpane-plugin-rotation with build optimizations.

8 lines (7 loc) 260 B
import type { PickerLayout, Value, ViewProps } from '@tweakpane/core'; import type { Rotation } from './Rotation.js'; export interface RotationInputGizmoControllerConfig { value: Value<Rotation>; viewProps: ViewProps; pickerLayout: PickerLayout; }