1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Bundled output for commit 9758592daa

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

[skip ci]
This commit is contained in:
flarum-bot
2025-02-14 08:29:43 +00:00
parent 9758592daa
commit 9977d491cf
3 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,10 @@ export default class PostStream extends Component<import("../../common/Component
stream: any;
scrollListener: ScrollListener | undefined;
view(): JSX.Element;
/**
* @returns {ItemList<import('mithril').Children>}
*/
afterFirstPostItems(): ItemList<import('mithril').Children>;
/**
* @returns {ItemList<import('mithril').Children>}
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long