1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Bundled output for commit 4912a2e059

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-30 11:26:09 +00:00
parent 4912a2e059
commit 845c38d6cb
3 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,8 @@ export default class DiscussionPage<CustomAttrs extends IDiscussionPageAttrs = I
protected useBrowserScrollRestoration: boolean;
oninit(vnode: Mithril.Vnode<CustomAttrs, this>): void;
onremove(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
view(): JSX.Element;
view(): Mithril.Children;
viewItems(): ItemList<Mithril.Children>;
/**
* List of components shown while the discussion is loading.
*/

2
framework/core/js/dist/forum.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long