Skip to content

Commit

Permalink
fix(menu): correct types import for .d.ts file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Aug 28, 2023
1 parent ca8fd8a commit a11d264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/menu/src/MenuItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import menuItemStyles from './menu-item.css.js';
import checkmarkStyles from '@spectrum-web-components/icon/src/spectrum-icon-checkmark.css.js';
import type { Menu } from './Menu.js';
import { MutationController } from '@lit-labs/observers/mutation-controller.js';
import type { Overlay } from 'overlay/src/Overlay.js';
import type { Overlay } from '@spectrum-web-components/overlay';

/**
* Duration during which a pointing device can leave an `<sp-menu-item>` element
Expand Down

0 comments on commit a11d264

Please sign in to comment.