MessageRenderer type

1 つのメッセージをレンダリングするコンポーネント。

type MessageRenderer = (props: MessageProps) => JSX.Element