UNPKG

wdpapi

Version:

51WORLD WdpApi is a set of programming interfaces developed by JavaScript that is responsible for negotiating between web pages and cloud rendering platforms. Supported by 51Cloud rendering platform, it enables the users to create any HTML5 UI element on

15 lines (14 loc) 314 B
import { AtomController } from '../../common/atom-controller'; /** * @public * @class Text3DController * @extends AtomController */ declare class Text3DController extends AtomController { /** * @constructor * @param {any} obj */ constructor(obj: any); } export default Text3DController;