Skip to content

Commit

Permalink
Revert "fix(types): expose missing JSX.Element on h (#5944)"
Browse files Browse the repository at this point in the history
This reverts commit 958c826.
  • Loading branch information
christian-bromann committed Aug 22, 2024
1 parent 958c826 commit c2296e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/declarations/stencil-public-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,6 @@ export declare namespace h {
export function h(sel: any, data: VNodeData | null, children: VNode): VNode;

export namespace JSX {
interface Element extends LocalJSX.Element {}

interface IntrinsicElements extends LocalJSX.IntrinsicElements, JSXBase.IntrinsicElements {
[tagName: string]: any;
}
Expand Down

0 comments on commit c2296e5

Please sign in to comment.