StationMessage: MessageBarProps & {
    body?: string | React.ReactNode;
}

Type declaration

  • Optional body?: string | React.ReactNode

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

Generated using TypeDoc