Axinom Mosaic Libraries
    Preparing search index...

    Variable MessageBarConst

    MessageBar: React.FC<MessageBarProps> = ...

    Renders a contextual feedback message Takes optional children which will be hidden by default. If the child is only a string, it will be wrapped in a <p> element.

    <MessageBar type="error" title="An error has occurred" onClose={onCloseHandler} />