From 2fe4573882f3045690a64d92a206606d24c68859 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 16 Dec 2025 00:27:49 +0100 Subject: Ignore the test images, add types --- dist/utils.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dist/utils.d.ts') 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; * @param {number} mapHeight - Map height in pixels * @returns {Map} Pixel value */ -export function createComponentMap(components: any, width: any, height: any): Map; +export function createComponentMap( + components: any, + width: any, + height: any, +): Map; -- cgit