UNPKG

shineout

Version:

Shein 前端组件库

7 lines (6 loc) 129 B
interface El { nodeType: number; nodeName: string; } export default function (el: HTMLElement | El): boolean; export {};