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

Bundled output for commit dce2549ff7

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-30 11:08:05 +00:00
parent dce2549ff7
commit ca6d826f79
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ export default class IndexPage<CustomAttrs extends IIndexPageAttrs = IIndexPageA
lastDiscussion?: Discussion;
oninit(vnode: Mithril.Vnode<CustomAttrs, this>): void;
view(): JSX.Element;
contentItems(): ItemList<Mithril.Children>;
toolbarItems(): ItemList<Mithril.Children>;
setTitle(): void;
oncreate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
onbeforeremove(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;

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