UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

5 lines (4 loc) 155 B
/** * @see https://www.typescriptlang.org/docs/handbook/mixins.html */ export declare function applyMixins(derivedCtor: any, ...baseCtors: any[]): void;