mirror of
https://github.com/flarum/framework.git
synced 2025-02-13 17:42:45 +08:00
6 lines
180 B
TypeScript
6 lines
180 B
TypeScript
![]() |
export default class DashboardPage extends AdminPage {
|
||
|
availableWidgets(): ItemList;
|
||
|
}
|
||
|
import AdminPage from "./AdminPage";
|
||
|
import ItemList from "../../common/utils/ItemList";
|