mirror of
https://github.com/flarum/core.git
synced 2025-08-21 07:41:49 +02:00
Bundled output for commit 4982efed3a
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -41,8 +41,8 @@ declare class PostStreamState {
|
||||
* @type {Boolean}
|
||||
*/
|
||||
forceUpdateScrubber: boolean;
|
||||
loadNext: any;
|
||||
loadPrevious: any;
|
||||
loadNext: throttle<() => void>;
|
||||
loadPrevious: throttle<() => void>;
|
||||
/**
|
||||
* Update the stream so that it loads and includes the latest posts in the
|
||||
* discussion, if the end is being viewed.
|
||||
@@ -184,3 +184,4 @@ declare class PostStreamState {
|
||||
declare namespace PostStreamState {
|
||||
const loadCount: number;
|
||||
}
|
||||
import { throttle } from "throttle-debounce";
|
||||
|
Reference in New Issue
Block a user