mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 09:31:23 +01:00
Update src/types/global.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a58fb7e2c0
commit
b1322732b5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ declare global {
|
||||||
|
|
||||||
var tip: (message: string, autoHide?: boolean, type?: "info" | "warning" | "error") => void;
|
var tip: (message: string, autoHide?: boolean, type?: "info" | "warning" | "error") => void;
|
||||||
var locked: (settingId: string) => boolean;
|
var locked: (settingId: string) => boolean;
|
||||||
var unlock: (settingId: string) => void;
|
var unlock: (settingId: string) => void;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue