Flarum (v2.0.0-beta.2)
    Preparing search index...
    interface AdminHeaderOptions {
        className: string;
        description: Children;
        icon: string;
        title: Children;
    }
    Index

    Properties

    className: string

    Will be used as the class for the AdminPage.

    Will also be appended with -header and set as the class for the AdminHeader component.

    description: Children
    icon: string
    title: Children