mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
Bundled output for commit 00426c85e3
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
00426c85e3
commit
48ec73f86e
6
framework/core/js/dist-typings/admin/AdminApplication.d.ts
generated
vendored
6
framework/core/js/dist-typings/admin/AdminApplication.d.ts
generated
vendored
|
@ -69,11 +69,7 @@ export default class AdminApplication extends Application {
|
|||
* @internal
|
||||
*/
|
||||
registry: AdminRegistry;
|
||||
extensionCategories: {
|
||||
feature: number;
|
||||
theme: number;
|
||||
language: number;
|
||||
};
|
||||
extensionCategories: Record<string, number>;
|
||||
history: IHistory;
|
||||
search: SearchManager<SearchState>;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user