@lightningtv/solid
Advanced tools
Comparing version 2.2.0-beta.1 to 2.2.0-beta.2
@@ -9,3 +9,5 @@ import type { NodeProps, TextProps } from '@lightningtv/core'; | ||
} | ||
interface IntrinsicAttributes extends Omit<NodeProps, 'children'> { | ||
} | ||
} | ||
} |
{ | ||
"name": "@lightningtv/solid", | ||
"version": "2.2.0-beta.1", | ||
"version": "2.2.0-beta.2", | ||
"description": "Lightning Renderer for Solid Universal", | ||
@@ -5,0 +5,0 @@ "type": "module", |
/* eslint-disable @typescript-eslint/no-namespace */ | ||
import type { NodeProps, TextProps } from '@lightningtv/core'; | ||
import type { NodeProps, TextProps, ElementNode } from '@lightningtv/core'; | ||
@@ -11,3 +11,5 @@ declare module 'solid-js' { | ||
} | ||
interface IntrinsicAttributes extends Omit<NodeProps, 'children'> {} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
149187
1814
3