Bundled output for commit 139adb0e65

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

[skip ci]
This commit is contained in:
flarum-bot 2024-10-17 18:31:38 +00:00
parent 139adb0e65
commit 4acb6e36f5
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -109,5 +109,5 @@ export default abstract class PaginatedListState<T extends Model, P extends Pagi
sortValue(sort: SortMapItem): string | undefined; sortValue(sort: SortMapItem): string | undefined;
currentSort(): string | undefined; currentSort(): string | undefined;
changeSort(sort: string): void; changeSort(sort: string): void;
changeFilter(key: string, value: string): void; changeFilter(key: string, value: any): void;
} }