mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
export default class LoadingModal extends Modal<any> {
|
|
/**
|
|
* @inheritdoc
|
|
*/
|
|
static isDismissible: boolean;
|
|
constructor();
|
|
}
|
|
import Modal from "../../common/components/Modal";
|