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