// typing.d.ts 或 global.d.ts declare global { namespace JSX { type Element = HTMLElement; // 将 JSX.Element 设置为 HTMLElement } } export {};