mirror of
https://github.com/flarum/framework.git
synced 2024-12-15 00:23:38 +08:00
33841d1e25
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
8 lines
185 B
TypeScript
8 lines
185 B
TypeScript
export default class ReadmeModal extends Modal {
|
|
name: any;
|
|
extName: any;
|
|
loadReadme(): Promise<void>;
|
|
readme: any;
|
|
}
|
|
import Modal from "../../common/components/Modal";
|