Skip to content

Commit

Permalink
Merge branch 'main' into cb/fix-windows-build
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Aug 22, 2024
2 parents d0c34d0 + c2296e5 commit 8c442c9
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 8c442c9

Please sign in to comment.