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

Type declaration

  • Optional body?: string | React.ReactNode

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

Generated using TypeDoc