mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Bundled output for commit 139adb0e65
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
2
framework/core/js/dist-typings/common/states/PaginatedListState.d.ts
generated
vendored
2
framework/core/js/dist-typings/common/states/PaginatedListState.d.ts
generated
vendored
@@ -109,5 +109,5 @@ export default abstract class PaginatedListState<T extends Model, P extends Pagi
|
||||
sortValue(sort: SortMapItem): string | undefined;
|
||||
currentSort(): string | undefined;
|
||||
changeSort(sort: string): void;
|
||||
changeFilter(key: string, value: string): void;
|
||||
changeFilter(key: string, value: any): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user