mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +08:00
b8754c7d7d
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
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";
|