UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

12 lines (11 loc) 176 B
/** * @param mode */ export function set(mode: string): void; export function unset(): void; /** * @param mode * * @return */ export function has(mode: string): boolean;