Flarum (v1.8.10)
    Preparing search index...
    interface AlertState {
        attrs: AlertAttrs;
        children: Children;
        componentClass: typeof Alert;
    }
    Index

    Properties

    attrs: AlertAttrs
    children: Children
    componentClass: typeof Alert