Closed
Description
Description
While using vaadin-grid
web component 5.7.7 I'm unable to import GridActiveItemChangedEvent
as shown here:
https://vaadin.com/docs/latest/ds/components/grid/#single-selection-mode. VSCode is unable to import this from:
import type {GridActiveItemChangedEvent} from '@vaadin/vaadin-grid';
Expected outcome
GridActiveItemChangedEvent is included in '@vaadin/vaadin-grid` and I can import the event to my TS app.
Steps to reproduce
Clear steps describing how to reproduce the issue.
- Add
vaadin-grid
5.7.7 to a project - Try to import GridActiveItemChangedEvent