mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 07:33:36 +08:00
6defca5a6d
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
14 lines
394 B
TypeScript
14 lines
394 B
TypeScript
export default class MailPage extends AdminPage<import("../../common/components/Page").IPageAttrs> {
|
|
constructor();
|
|
sendingTest: boolean | undefined;
|
|
refresh(): void;
|
|
status: {
|
|
sending: boolean;
|
|
errors: {};
|
|
} | undefined;
|
|
driverFields: any;
|
|
sendTestEmail(): void;
|
|
testEmailSuccessAlert: number | undefined;
|
|
}
|
|
import AdminPage from "./AdminPage";
|