This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
21
themes/blowfish/assets/lib/mermaid/diagrams/mindmap/mindmapRenderer.d.ts
vendored
Normal file
21
themes/blowfish/assets/lib/mermaid/diagrams/mindmap/mindmapRenderer.d.ts
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
import type { DrawDefinition } from '../../diagram-api/types.js';
|
||||
declare module 'cytoscape' {
|
||||
interface EdgeSingular {
|
||||
_private: {
|
||||
bodyBounds: unknown;
|
||||
rscratch: {
|
||||
startX: number;
|
||||
startY: number;
|
||||
midX: number;
|
||||
midY: number;
|
||||
endX: number;
|
||||
endY: number;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
export declare const draw: DrawDefinition;
|
||||
declare const _default: {
|
||||
draw: DrawDefinition;
|
||||
};
|
||||
export default _default;
|
Loading…
Add table
Add a link
Reference in a new issue