Skip to content

Commit

Permalink
change: update interface declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Oct 14, 2024
1 parent 02be59c commit 70d8866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @navikt/core/react/src/overlays/action-menu/ActionMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ const ActionMenuRadioItem = forwardRef<
/* -------------------------------------------------------------------------- */
type ActionMenuDividerElement = React.ElementRef<typeof Menu.Divider>;
type MenuDividerProps = React.ComponentPropsWithoutRef<typeof Menu.Divider>;
interface ActionMenuDividerProps extends Omit<MenuDividerProps, "asChild"> {}
type ActionMenuDividerProps = Omit<MenuDividerProps, "asChild">;

const ActionMenuDivider = forwardRef<
ActionMenuDividerElement,
Expand Down

0 comments on commit 70d8866

Please sign in to comment.