import * as React from 'react'; import { MenuButton, MenuButtonProps } from '@fluentui/react-button'; import { Menu, MenuItem, MenuList, MenuProps, MenuTrigger } from '@fluentui/react-menu'; import { buttonBaseProps } from '../Button/Button.stories'; import { Playground } from '../Playground'; import { PlaygroundProps } from '../Playground.types'; const ExampleMenu = (props: MenuButtonProps): JSX.Element => (
); const menuButtonProps: PlaygroundProps