mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
7 lines
259 B
TypeScript
7 lines
259 B
TypeScript
export default class ExtensionsWidget extends DashboardWidget {
|
|
categorizedExtensions: {} | undefined;
|
|
extensionCategory(category: any): JSX.Element;
|
|
extensionWidget(extension: any): JSX.Element;
|
|
}
|
|
import DashboardWidget from "./DashboardWidget";
|