UNPKG

@mui/x-internals

Version:

Utility functions for the MUI X packages (internal use only).

6 lines 225 B
/** * Returns the target element of an event, accounting for shadow DOM. * @param event The event object. * @returns The target element of the event. */ export declare function getTarget(event: Event): EventTarget | null;