import * as React from 'react'; import { Button, Text, Toolbar, SplitButton } from '@fluentui/react-northstar'; import { BoldIcon } from '@fluentui/react-icons-northstar'; const ToolbarSplitButton = () => ( <> alert('button was clicked')} /> ); const ToolbarExampleCustomContentShorthand = () => ( , key: 'bold', title: 'Bold', }, { key: 'custom-focusable-text', content: , focusable: true, kind: 'custom', role: 'button', }, { key: 'custom-button', kind: 'custom', content: