UNPKG

@kitschpatrol/tweakpane-plugin-rotation

Version:

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

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