Delete src/modules/ui/cell-info.d.ts

delete cell-info.d.ts in favor of temporary js import
This commit is contained in:
kruschen 2024-08-29 01:19:03 +02:00 committed by GitHub
parent f75327772f
commit 2dd6935135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +0,0 @@
// src/modules/ui/cell-info.d.ts
declare module 'modules/ui/cell-info.js' {
export function updateCellInfo(coords: [number, number], cellId: number, gridCell: any): void;
// Add other exports as needed
}