mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 12:24:15 +08:00
c96fa49853
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
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";
|