importtype { WidgetEvent } from'../events/WidgetEvent.js';
/**
* A list of pairs. Each pair contains, in this order, the event that was
* dispatched, and whether it was captured.
*
* @categoryCore
*/exporttypeCaptureList = Array<[event: WidgetEvent, captured: boolean]>;