UNPKG

@kitschpatrol/tweakpane-plugin-rotation

Version:

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

8 lines (7 loc) 248 B
import type { Constraint } from '@tweakpane/core'; import type { NumberTextProps } from '@tweakpane/core'; export interface RotationInputAxis { baseStep: number; constraint: Constraint<number> | undefined; textProps: NumberTextProps; }