Skip to main content
Latest
type alias IslandProps
import { type IslandProps } from "https://deno.land/x/frugal@0.9.6/runtime/preact.server.ts";
definition: { strategy?: HydrationStrategy; clientOnly?: boolean; query?: string; name: string; } & ({ Component: preact.ComponentType<PROPS>; props: preact.RenderableProps<PROPS>; } | { Component: preact.ComponentType; })