mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 15:13:42 +08:00
45927f1068
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
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";
|