import React from 'react'; import AccountOptionsMenu from '.'; export default { title: 'Components/App/AccountOptionsMenu', id: __filename, argTypes: { anchorElement: { control: 'func', }, onClose: { action: 'onClose', }, }, }; export const DefaultStory = (args) => ; DefaultStory.storyName = 'Default';