import * as React from 'react';
import { ItemLayout } from '@fluentui/react-northstar';
import { MentionIcon, ErrorIcon } from '@fluentui/react-icons-northstar';
const ItemLayoutExampleRtlShorthand = () => (
<>
}
header="Alice"
headerMedia="Yesterday"
media={}
/>
}
header="הויפט זייט"
headerMedia="Yesterday"
media={}
/>
>
);
export default ItemLayoutExampleRtlShorthand;