diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-16 00:27:49 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-16 00:30:14 +0100 |
| commit | 2fe4573882f3045690a64d92a206606d24c68859 (patch) | |
| tree | ac442aef584b90f66dd44d666cfe7ef813a172fa /dist/utils.d.ts | |
| parent | 7baed6d27301e4cc870960d73806a925bdfaf406 (diff) | |
Diffstat (limited to 'dist/utils.d.ts')
| -rw-r--r-- | dist/utils.d.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dist/utils.d.ts b/dist/utils.d.ts index 7769666..0fec858 100644 --- a/dist/utils.d.ts +++ b/dist/utils.d.ts @@ -18,4 +18,8 @@ export function getStageValues(stageOverrides: any[]): Array<number>; * @param {number} mapHeight - Map height in pixels * @returns {Map} Pixel value */ -export function createComponentMap(components: any, width: any, height: any): Map<any, any>; +export function createComponentMap( + components: any, + width: any, + height: any, +): Map<any, any>; |