UNPKG

@kitschpatrol/tweakpane-plugin-essentials

Version:

A fork of @tweakpane/plugin-essentials with build optimizations.

5 lines (4 loc) 254 B
import { BindingTarget } from '@tweakpane/core'; import { Interval } from '../model/interval.js'; export declare function intervalFromUnknown(value: unknown): Interval; export declare function writeInterval(target: BindingTarget, value: Interval): void;