UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

7 lines (6 loc) 208 B
import { View } from './basic/Base.class'; import { Robot, RobotEffect } from './Robot.class'; export interface RobotView extends View<Robot, RobotEffect> { whenTranslate(): any; whenRotate(): any; }