mirror of
https://github.com/flarum/framework.git
synced 2025-06-15 14:31:12 +08:00
Add typechecks, typescript coverage GH action, fix many type errors (#3136)
This commit is contained in:

committed by
GitHub

parent
563d40d7da
commit
bac0e594ee
@ -22,7 +22,7 @@ export default abstract class Modal<ModalAttrs = {}> extends Component<ModalAttr
|
||||
/**
|
||||
* Determine whether or not the modal should be dismissible via an 'x' button.
|
||||
*/
|
||||
static readonly isDismissible = true;
|
||||
static readonly isDismissible: boolean = true;
|
||||
|
||||
protected loading: boolean = false;
|
||||
|
||||
|
Reference in New Issue
Block a user