UNPKG

mylingo3d

Version:

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

9 lines (8 loc) 354 B
import IEventLoop from "./IEventLoop"; import Defaults from "./utils/Defaults"; import { ExtractProps } from "./utils/extractProps"; export default interface IReticle extends IEventLoop { variant: 1 | 2 | 3 | 4; } export declare const reticleSchema: Required<ExtractProps<IReticle>>; export declare const reticleDefaults: Defaults<IReticle>;