UNPKG

@kitschpatrol/tweakpane-plugin-rotation

Version:

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

5 lines (4 loc) 223 B
import { Euler } from './Euler.js'; import { EulerOrder } from './EulerOrder.js'; import { EulerUnit } from './EulerUnit.js'; export declare function parseEuler(exValue: unknown, order: EulerOrder, unit: EulerUnit): Euler;