Axinom Mosaic Libraries
    Preparing search index...

    Type Alias StationError

    StationError: Pick<MessageBarProps, "title"> & {
        body?: string | React.ReactNode;
    }

    Type Declaration

    • Optionalbody?: string | React.ReactNode

      Optional body for the MessageBar If the body type is a 'string', body will be wrapped in a 'p' element.