Newer
Older
alert / js / node_modules / flarum / forum / components / HeaderPrimary.d.ts
@Réz István Réz István on 18 Nov 2021 475 bytes first commit
/**
 * The `HeaderPrimary` component displays primary header controls. On the
 * default skin, these are shown just to the right of the forum title.
 */
export default class HeaderPrimary extends Component<import("../../common/Component").ComponentAttrs> {
    /**
     * Build an item list for the controls.
     *
     * @return {ItemList}
     */
    items(): ItemList;
}
import Component from "../../common/Component";
import ItemList from "../../common/utils/ItemList";