mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
Bundled output for commit cb6405110c
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
export default class ComposerPostPreview extends Component<import("../../common/Component").ComponentAttrs, undefined> {
|
||||
static initAttrs(attrs: any): void;
|
||||
constructor();
|
||||
updateInterval: number | undefined;
|
||||
updateInterval: NodeJS.Timer | undefined;
|
||||
}
|
||||
import Component from "../../common/Component";
|
||||
|
@@ -23,7 +23,7 @@ export default class PostStream extends Component<import("../../common/Component
|
||||
* @param {Integer} top
|
||||
*/
|
||||
onscroll(top?: any): void;
|
||||
calculatePositionTimeout: number | undefined;
|
||||
calculatePositionTimeout: NodeJS.Timeout | undefined;
|
||||
/**
|
||||
* Check if either extreme of the post stream is in the viewport,
|
||||
* and if so, trigger loading the next/previous page.
|
||||
|
Reference in New Issue
Block a user