1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 03:44:32 +02:00

Bundled output for commit 0a2b28ebe0

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

[skip ci]
This commit is contained in:
flarum-bot
2021-08-23 01:02:28 +00:00
parent 0a2b28ebe0
commit 6defca5a6d
18 changed files with 44 additions and 92 deletions

View File

@@ -5,13 +5,15 @@
*
* @abstract
*/
export default class UserPage extends Page {
export default class UserPage extends Page<import("../../common/components/Page").IPageAttrs> {
constructor();
/**
* The user this page is for.
*
* @type {User}
*/
user: any;
bodyClass: string | undefined;
/**
* Get the content to display in the user page.
*