mirror of
https://github.com/flarum/core.git
synced 2025-10-28 22:07:33 +01:00
Bundled output for commit d268894e61
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -6,27 +6,27 @@ export default class SettingsPage extends UserPage {
|
||||
/**
|
||||
* Build an item list for the user's settings controls.
|
||||
*
|
||||
* @return {ItemList}
|
||||
* @return {ItemList<import('mithril').Children>}
|
||||
*/
|
||||
settingsItems(): ItemList<any>;
|
||||
settingsItems(): ItemList<import('mithril').Children>;
|
||||
/**
|
||||
* Build an item list for the user's account settings.
|
||||
*
|
||||
* @return {ItemList}
|
||||
* @return {ItemList<import('mithril').Children>}
|
||||
*/
|
||||
accountItems(): ItemList<any>;
|
||||
accountItems(): ItemList<import('mithril').Children>;
|
||||
/**
|
||||
* Build an item list for the user's notification settings.
|
||||
*
|
||||
* @return {ItemList}
|
||||
* @return {ItemList<import('mithril').Children>}
|
||||
*/
|
||||
notificationsItems(): ItemList<any>;
|
||||
notificationsItems(): ItemList<import('mithril').Children>;
|
||||
/**
|
||||
* Build an item list for the user's privacy settings.
|
||||
*
|
||||
* @return {ItemList}
|
||||
* @return {ItemList<import('mithril').Children>}
|
||||
*/
|
||||
privacyItems(): ItemList<any>;
|
||||
privacyItems(): ItemList<import('mithril').Children>;
|
||||
discloseOnlineLoading: boolean | undefined;
|
||||
}
|
||||
import UserPage from "./UserPage";
|
||||
|
||||
Reference in New Issue
Block a user