UNPKG

@kitschpatrol/tweakpane-plugin-rotation

Version:

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

7 lines (6 loc) 209 B
import type { Rotation } from './Rotation.js'; import type { Value, ViewProps } from '@tweakpane/core'; export interface RotationInputSwatchViewConfig { value: Value<Rotation>; viewProps: ViewProps; }