UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

7 lines (6 loc) 162 B
import Choices from "./Choices"; import Range from "./Range"; type Options<T> = Partial<{ [key in keyof T]: Range | Choices<any>; }>; export default Options;