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

Bundled output for commit 561e22784a

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

[skip ci]
This commit is contained in:
flarum-bot
2025-02-14 17:55:17 +00:00
parent 561e22784a
commit bbc4b6dd13
3 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ export default class MessagesPage<CustomAttrs extends IMessagesPageAttrs = IMess
onupdate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void; onupdate(vnode: Mithril.VnodeDOM<CustomAttrs, this>): void;
view(): JSX.Element; view(): JSX.Element;
hero(): Mithril.Children; hero(): Mithril.Children;
contentItems(): ItemList<Mithril.Children>;
/** /**
* Build an item list for the part of the toolbar which is concerned with how * Build an item list for the part of the toolbar which is concerned with how
* the results are displayed. By default this is just a select box to change * the results are displayed. By default this is just a select box to change
@@ -24,7 +25,7 @@ export default class MessagesPage<CustomAttrs extends IMessagesPageAttrs = IMess
viewItems(): ItemList<Mithril.Children>; viewItems(): ItemList<Mithril.Children>;
/** /**
* Build an item list for the part of the toolbar which is about taking action * Build an item list for the part of the toolbar which is about taking action
* on the results. By default this is just a "mark all as read" button. * on the results. By default, this is just a "mark all as read" button.
*/ */
actionItems(): ItemList<Mithril.Children>; actionItems(): ItemList<Mithril.Children>;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long