This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
13
themes/blowfish/assets/lib/mermaid/diagrams/block/layout.d.ts
vendored
Normal file
13
themes/blowfish/assets/lib/mermaid/diagrams/block/layout.d.ts
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
import type { BlockDB } from './blockDB.js';
|
||||
interface BlockPosition {
|
||||
px: number;
|
||||
py: number;
|
||||
}
|
||||
export declare function calculateBlockPosition(columns: number, position: number): BlockPosition;
|
||||
export declare function layout(db: BlockDB): {
|
||||
x: number;
|
||||
y: number;
|
||||
width: number;
|
||||
height: number;
|
||||
} | undefined;
|
||||
export {};
|
Loading…
Add table
Add a link
Reference in a new issue