import * as React from 'react';
import { Button, Popup, Text } from '@fluentui/react-northstar';
const PopupExampleRtl = () => (
}
content={
<>
English text!
ينا الألم. في بعض الأحيان ونظراً للالتزامات التي يفرضها علينا الواجب والعمل سنتنازل غالباً ونرفض الشعور
>
}
/>
);
export default PopupExampleRtl;