kongdeqiang
2025-12-01 b2f0547067840c6ef5333216c5ee2cf38e07025a
1
2
3
4
5
6
/**
 * Wrapper around document.querySelector, will function as
 * an identity function if an HTML element is passed in
 * @param {HTMLElement|string} nodeOrSelector
 */
export declare const getHTMLElement: (selectorOrNode: string | HTMLElement) => HTMLElement;