mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +08:00
c2ec848744
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
9 lines
358 B
TypeScript
9 lines
358 B
TypeScript
export default class ReadmeModal extends Modal<import("../../common/components/Modal").IInternalModalAttrs> {
|
|
constructor();
|
|
name: any;
|
|
extName: any;
|
|
loadReadme(): Promise<void>;
|
|
readme: import("../../common/Store").ApiResponseSingle<import("../../common/Model").default> | undefined;
|
|
}
|
|
import Modal from "../../common/components/Modal";
|