diagram-js
Version:
A toolbox for displaying and modifying diagrams on the web
8 lines • 325 B
TypeScript
declare const _default: {
autoPlace: (string | typeof AutoPlace)[];
autoPlaceSelectionBehavior: (string | typeof AutoPlaceSelectionBehavior)[];
};
export default _default;
import AutoPlace from './AutoPlace.js';
import AutoPlaceSelectionBehavior from './AutoPlaceSelectionBehavior.js';
//# sourceMappingURL=index.d.ts.map