Skip to content

Commit

Permalink
fixup! revert(react-button): remove vNext components used in SB from …
Browse files Browse the repository at this point in the history
…devDeps that are stale
  • Loading branch information
Hotell committed Aug 27, 2021
1 parent 869814b commit 5e15879
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/react-button/src/MenuButton.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import * as React from 'react';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-ignore
import { Menu, MenuItem, MenuList, MenuTrigger } from '@fluentui/react-menu';
// @ts-ignore
import type { MenuButtonProps } from './MenuButton';
/* eslint-enable @typescript-eslint/ban-ts-comment */

import { MenuButton } from './MenuButton';
import { Playground } from './Playground.stories';
import { buttonBaseProps } from './buttonBaseProps.stories';
import type { MenuProps } from '@fluentui/react-menu';
import type { MenuButtonProps } from './MenuButton';
import type { PlaygroundProps } from './Playground.types.stories';

const ExampleMenu = (props: MenuButtonProps): JSX.Element => (
Expand Down

0 comments on commit 5e15879

Please sign in to comment.