UNPKG

@minofrk/xelto-diagram-canvas

Version:

An implementation of <xelto-diagram> in TypeScript.

6 lines (5 loc) 161 B
export default class PrivateMap<P extends HTMLElement, Q extends {}> { private readonly mapOfMap; init(that: P, initMap: Q): void; of(that: P): Q; }