mirror of
https://github.com/flarum/framework.git
synced 2025-02-07 00:20:47 +08:00
7 lines
250 B
TypeScript
7 lines
250 B
TypeScript
export default class DashboardPage extends AdminPage<import("../../common/components/Page").IPageAttrs> {
|
|
constructor();
|
|
availableWidgets(): ItemList;
|
|
}
|
|
import AdminPage from "./AdminPage";
|
|
import ItemList from "../../common/utils/ItemList";
|