mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix type for isChecked in d.ts
This commit is contained in:
2
distribution/openrct2.d.ts
vendored
2
distribution/openrct2.d.ts
vendored
@@ -672,7 +672,7 @@ declare global {
|
||||
|
||||
interface CheckboxWidget extends Widget {
|
||||
text: string;
|
||||
isChecked: number;
|
||||
isChecked: boolean;
|
||||
onChanged: (isChecked: boolean) => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user