UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

7 lines (6 loc) 381 B
import type { TweakInputProps, Vector2d, VectorObj } from '../../types'; import type { InternalVectorSettings } from '../Vector/vector-types'; export declare type InternalVector2dSettings = InternalVectorSettings<string, [string, string]> & { joystick: boolean | 'invertY'; }; export declare type Vector2dProps = TweakInputProps<Vector2d, InternalVector2dSettings, VectorObj>;