mirror of
https://github.com/flarum/core.git
synced 2025-10-17 17:56:14 +02:00
Bundled output for commit 28ead83b04
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
7
js/dist-typings/admin/components/ReadmeModal.d.ts
vendored
Normal file
7
js/dist-typings/admin/components/ReadmeModal.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export default class ReadmeModal extends Modal {
|
||||
name: any;
|
||||
extName: any;
|
||||
loadReadme(): Promise<void>;
|
||||
readme: any;
|
||||
}
|
||||
import Modal from "../../common/components/Modal";
|
Reference in New Issue
Block a user