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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user