/** * Union of the native DOM events the in-app link handler intercepts on a * content container (click, touchend, pointerup). */ export type NativeLinkEvent = MouseEvent | TouchEvent | PointerEvent; //# sourceMappingURL=NativeLinkEvent.d.ts.map