1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 07:24:27 +02:00

Bundled output for commit 7db2d0f697

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2021-10-30 22:31:34 +00:00
parent 7db2d0f697
commit 45927f1068
21 changed files with 122 additions and 88 deletions

View File

@@ -1,3 +1,8 @@
export default class LoadingModal extends Modal {
export default class LoadingModal extends Modal<any> {
/**
* @inheritdoc
*/
static isDismissible: boolean;
constructor();
}
import Modal from "../../common/components/Modal";