Skip to content

Commit

Permalink
fix: Revert MenuItem root slot to support only div
Browse files Browse the repository at this point in the history
Follow up of #26257
  • Loading branch information
ling1726 committed Jan 9, 2023
1 parent 55c6dc1 commit 8085bfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';

export type MenuItemSlots = {
root: Slot<'div', 'button'>;
root: Slot<'div'>;

/**
* Icon slot rendered before children content
Expand Down

0 comments on commit 8085bfb

Please sign in to comment.