mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 07:33:36 +08:00
6defca5a6d
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
5 lines
165 B
TypeScript
5 lines
165 B
TypeScript
export default class AppearancePage extends AdminPage<import("../../common/components/Page").IPageAttrs> {
|
|
constructor();
|
|
}
|
|
import AdminPage from "./AdminPage";
|