UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

9 lines (8 loc) 344 B
/** * @see https://github.com/microsoft/TypeScript/blob/5c85febb0ce9d6088cbe9b09cb42f73f9ee8ea05/src/compiler/transformers/es2015.ts#L4309 */ export declare function inherit(cls: Function, base: Function): void; /** * Extends class with specified class name. */ export declare function createClass<T>(className: string, base: Function): T;