forked from MapComplete/MapComplete
Add declare-keywords to redeclare types
This commit is contained in:
parent
60583aa658
commit
a3234686fe
2 changed files with 6 additions and 7 deletions
|
@ -31,7 +31,7 @@ export default class Toggle extends VariableUiElement {
|
|||
* Same as `Toggle`, but will swap on click
|
||||
*/
|
||||
export class ClickableToggle extends Toggle {
|
||||
public readonly isEnabled: UIEventSource<boolean>
|
||||
public declare readonly isEnabled: UIEventSource<boolean>
|
||||
|
||||
constructor(
|
||||
showEnabled: string | BaseUIElement,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue