import * as React from 'react'; import { Button, MenuButton } from '@fluentui/react-northstar'; const MenuButtonExampleRtl = () => ( } menu={['English text!', 'غالباً ونرفض الشعور']} /> ); export default MenuButtonExampleRtl;