mirror of
https://github.com/flarum/framework.git
synced 2025-01-07 19:13:37 +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";
|