@lightningjs/solid
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -13,2 +13,2 @@ import { type SolidRendererOptions } from '../core/renderer/index.js'; | ||
} | ||
export declare const Canvas: (props: CanvasProps) => any; | ||
export declare const Canvas: (props: CanvasProps) => import("solid-js").JSX.Element; |
import type { IntrinsicTextProps } from "../intrinsicTypes.js"; | ||
export declare function Text(props: IntrinsicTextProps): any; | ||
export declare function Text(props: IntrinsicTextProps): import("solid-js").JSX.Element; |
import { type IntrinsicNodeProps } from "../intrinsicTypes.js"; | ||
export declare function View(props: IntrinsicNodeProps): any; | ||
export declare function View(props: IntrinsicNodeProps): import("solid-js").JSX.Element; |
@@ -6,3 +6,3 @@ import { | ||
declare global { | ||
declare module 'solid-js' { | ||
namespace JSX { | ||
@@ -9,0 +9,0 @@ interface IntrinsicElements { |
{ | ||
"name": "@lightningjs/solid", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Lightning renderer for solid universal", | ||
@@ -68,4 +68,8 @@ "type": "module", | ||
"peerDependencies": { | ||
"solid-js": "^1.8.1" | ||
"solid-js": "*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/lightning-js/solid.git" | ||
}, | ||
"files": [ | ||
@@ -72,0 +76,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
226671
103
3425
0