mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +02:00
Bundled output for commit 4982efed3a
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -44,8 +44,8 @@ export default abstract class PaginatedListState<T extends Model> {
|
||||
* @param page
|
||||
* @see requestParams
|
||||
*/
|
||||
refreshParams(newParams: any, page: number): any;
|
||||
refresh(page?: number): any;
|
||||
refreshParams(newParams: any, page: number): Promise<void> | undefined;
|
||||
refresh(page?: number): Promise<void>;
|
||||
getPages(): Page<T>[];
|
||||
getLocation(): PaginationLocation;
|
||||
isLoading(): boolean;
|
||||
|
Reference in New Issue
Block a user