import * as React from 'react'; import { Avatar, Chat, ChatItemProps, ShorthandCollection } from '@fluentui/react-northstar'; import { AcceptIcon } from '@fluentui/react-icons-northstar'; const items: ShorthandCollection = [ { message: ( ), contentPosition: 'end', key: 'message-id-1', }, { gutter: }} />, message: , attached: 'top', key: 'message-id-2', }, ]; const ChatExampleRtl = () => ; export default ChatExampleRtl;