mirror of
https://github.com/flarum/framework.git
synced 2025-01-28 03:35:49 +08:00
Bundled output for commit 85c285ec4c
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
85c285ec4c
commit
1e4ab61878
|
@ -126,7 +126,7 @@ export default abstract class AdminPage<CustomAttrs extends IPageAttrs = IPageAt
|
||||||
* return <p>My cool component</p>;
|
* 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.
|
* Called when `saveSettings` completes successfully.
|
||||||
*/
|
*/
|
||||||
|
|
2
framework/core/js/dist/admin.js.map
generated
vendored
2
framework/core/js/dist/admin.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user