UNPKG

@mui/x-internals

Version:

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

4 lines 170 B
/** * Checks if a value is an HTMLElement, including elements from other iframes/realms. */ export declare function isHTMLElement(value: unknown): value is HTMLElement;