mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
Delete src/modules/ui/cell-info.d.ts
delete cell-info.d.ts in favor of temporary js import
This commit is contained in:
parent
f75327772f
commit
2dd6935135
1 changed files with 0 additions and 5 deletions
5
src/modules/ui/cell-info.d.ts
vendored
5
src/modules/ui/cell-info.d.ts
vendored
|
|
@ -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
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue