UNPKG

three-game-engine

Version:

Simple light-weight game engine using three.js, three-mesh-ui and rapier

6 lines (5 loc) 147 B
import Component from "../Component"; declare class ModelComponent extends Component { load(): Promise<void>; } export default ModelComponent;