UNPKG

iv-3d-lib

Version:

A reusable ThreeJS library providing features for Ivee 3D Editor.

4 lines (3 loc) 69 B
export interface SimpleDictionary<T> { [key: string]: T; }