UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

10 lines (9 loc) 140 B
/** * A clip board stub */ export default class Clipboard { get(): any; set(data: any): void; clear(): any; isEmpty(): boolean; }