Bundled output for commit 85c285ec4c

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

[skip ci]
This commit is contained in:
flarum-bot 2021-10-29 22:39:58 +00:00
parent 85c285ec4c
commit 1e4ab61878
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ export default abstract class AdminPage<CustomAttrs extends IPageAttrs = IPageAt
* return <p>My cool component</p>;
* }
*/
buildSettingComponent(entry: ((this: typeof this) => Mithril.Children) | SettingsComponentOptions): Mithril.Children;
buildSettingComponent(entry: ((this: this) => Mithril.Children) | SettingsComponentOptions): Mithril.Children;
/**
* Called when `saveSettings` completes successfully.
*/

File diff suppressed because one or more lines are too long