import DropdownLink from 'sentry/components/dropdownLink';
import MenuItem from 'sentry/components/menuItem';
export default {
title: 'Components/Buttons/Dropdowns/Dropdown Link',
component: DropdownLink,
};
export const AnchorLeftDefault = () => (
);
AnchorLeftDefault.storyName = 'Anchor Left (default)';
export const AnchorRight = () => (
);
AnchorRight.storyName = 'Anchor Right';
export const NestedDropdown = () => (
);
NestedDropdown.storyName = 'Nested Dropdowns';