Bundled output for commit 67c0d75ebc

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

[skip ci]
This commit is contained in:
flarum-bot 2022-11-25 11:11:04 +00:00
parent 67c0d75ebc
commit c99d04fce2
3 changed files with 7 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>}
*/
endItems(): ItemList<import('mithril').Children>;
onupdate(vnode: any): void;
oncreate(vnode: any): void;
onremove(vnode: any): void;
@ -86,3 +90,4 @@ export default class PostStream extends Component<import("../../common/Component
}
import Component from "../../common/Component";
import ScrollListener from "../../common/utils/ScrollListener";
import ItemList from "../../common/utils/ItemList";

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