This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
10
themes/blowfish/assets/lib/mermaid/diagrams/block/renderHelpers.d.ts
vendored
Normal file
10
themes/blowfish/assets/lib/mermaid/diagrams/block/renderHelpers.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
import type { Block } from './blockTypes.js';
|
||||
import type { BlockDB } from './blockDB.js';
|
||||
declare function calculateBlockSize(elem: d3.Selection<SVGGElement, unknown, HTMLElement, any>, block: any, db: any): Promise<void>;
|
||||
type ActionFun = typeof calculateBlockSize;
|
||||
export declare function insertBlockPositioned(elem: any, block: Block, db: any): Promise<void>;
|
||||
export declare function performOperations(elem: d3.Selection<SVGGElement, unknown, HTMLElement, any>, blocks: Block[], db: BlockDB, operation: ActionFun): Promise<void>;
|
||||
export declare function calculateBlockSizes(elem: any, blocks: Block[], db: BlockDB): Promise<void>;
|
||||
export declare function insertBlocks(elem: d3.Selection<SVGGElement, unknown, HTMLElement, any>, blocks: Block[], db: BlockDB): Promise<void>;
|
||||
export declare function insertEdges(elem: any, edges: Block[], blocks: Block[], db: BlockDB, id: string): Promise<void>;
|
||||
export {};
|
Loading…
Add table
Add a link
Reference in a new issue