tweak-tools
Version:
Tweak your React projects until awesomeness
5 lines (4 loc) • 348 B
TypeScript
import type { TweakInputProps, Vector3d, VectorObj } from '../../types';
import type { InternalVectorSettings } from '../Vector/vector-types';
export declare type InternalVector3dSettings = InternalVectorSettings<string, [string, string, string]>;
export declare type Vector3dProps = TweakInputProps<Vector3d, InternalVector3dSettings, VectorObj>;