1
0
mirror of https://github.com/flarum/core.git synced 2025-10-20 11:18:28 +02:00

Bundled output for commit a203469109

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2021-11-23 13:06:36 +00:00
parent a203469109
commit c96fa49853
16 changed files with 24 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
/**
* The `EditUserModal` component displays a modal dialog with a login form.
*/
export default class EditUserModal extends Modal<any> {
export default class EditUserModal extends Modal<import("./Modal").IInternalModalAttrs> {
constructor();
username: Stream<any> | undefined;
email: Stream<any> | undefined;