add event

This commit is contained in:
Cory LaViska
2025-06-06 12:40:06 -04:00
parent 4f44369735
commit 386b074af6

View File

@@ -19,6 +19,7 @@ export type { WaMutationEvent } from './mutation.js';
export type { WaRemoveEvent } from './remove.js';
export type { WaRepositionEvent } from './reposition.js';
export type { WaResizeEvent } from './resize.js';
export type { WaSelectEvent } from './select.js';
export type { WaSelectionChangeEvent } from './selection-change.js';
export type { WaShowEvent } from './show.js';
export type { WaSlideChangeEvent } from './slide-change.js';