UNPKG

@kitschpatrol/tweakpane-plugin-rotation

Version:

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

8 lines (7 loc) 290 B
import type { Foldable, PickerLayout } from '@tweakpane/core'; import type { RotationInputRotationMode } from './RotationInputRotationMode.js'; export interface RotationInputViewConfig { rotationMode: RotationInputRotationMode; foldable: Foldable; pickerLayout: PickerLayout; }