import * as React from 'react'; import { SplitButton } from '@fluentui/react-northstar'; import { FilesGifIcon, FilesIllustratorIcon, FilesPdfIcon, FilesPhotoshopIcon } from '@fluentui/react-icons-northstar'; const items = [ { key: 'pdf', content: 'Export to PDF', icon: , }, { key: 'pds', content: 'Export to PDS', icon: , }, { key: 'gif', content: 'Export as GIF', icon: , disabled: true, }, { key: 'eps', content: 'Export to EPS', icon: , }, ]; const SplitButtonPositioningExampleShorthand = () => ( <> ); export default SplitButtonPositioningExampleShorthand;