dom-event.d.ts 108 B

123
  1. declare function extractEventHiddenProperties(event: Event): any;
  2. export { extractEventHiddenProperties };