All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.util.getNormalizedTarget.d.ts Maven / Gradle / Ivy

/**
 * Returns the normalized event target in cases when it has shadow root.
 * @param {Object} target The original event target
 * @returns {Object} The normalized target
 */
declare const getNormalizedTarget: (target: HTMLElement) => HTMLElement;
export default getNormalizedTarget;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy