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

Bundled output for commit cb6405110c

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

[skip ci]
This commit is contained in:
flarum-bot
2021-10-31 18:23:34 +00:00
parent cb6405110c
commit 7b2adf3b96
9 changed files with 86 additions and 82 deletions

View File

@@ -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";

View File

@@ -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.

View File

@@ -73,7 +73,7 @@ export default class Pane {
* @public
*/
public onmouseleave(): void;
hideTimeout: number | undefined;
hideTimeout: NodeJS.Timeout | undefined;
/**
* Toggle whether or not the pane is pinned.
*