@capri-js/preact
Advanced tools
Comparing version 3.0.2 to 3.0.3
import { IslandOptions } from "capri"; | ||
import { ComponentType } from "preact"; | ||
export type { RenderFunction } from "capri"; | ||
export declare function island<T extends ComponentType<any>>(component: T, options?: IslandOptions): T; |
{ | ||
"name": "@capri-js/preact", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Felix Gnass <fgnass@gmail.com>", |
@@ -8,3 +8,3 @@ # Preact bindings for Capri 🍋 | ||
import { defineConfig } from "vite"; | ||
import preact from "@preact/preset-vite"; | ||
import preact from "@preact/preset-vite/vite-plugin"; | ||
import capri from "@capri-js/preact"; | ||
@@ -11,0 +11,0 @@ |
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
3121
47