mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
9 lines
265 B
TypeScript
9 lines
265 B
TypeScript
export default class ReadmeModal extends Modal<import("../../common/components/Modal").IInternalModalAttrs> {
|
|
constructor();
|
|
name: any;
|
|
extName: any;
|
|
loadReadme(): Promise<void>;
|
|
readme: any;
|
|
}
|
|
import Modal from "../../common/components/Modal";
|