mirror of
https://github.com/flarum/framework.git
synced 2025-02-09 05:55:31 +08:00
5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
export default class AdminHeader extends Component<import("../../common/Component").ComponentAttrs, undefined> {
|
|
constructor();
|
|
}
|
|
import Component from "../../common/Component";
|