mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 07:03:35 +08:00
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
|
export default class AdminHeader extends Component<import("../../common/Component").ComponentAttrs> {
|
||
|
constructor();
|
||
|
}
|
||
|
import Component from "../../common/Component";
|