import { type IslandProps } from "https://deno.land/x/frugal@0.9.0/src/runtime/preact/mod.client.ts";
definition: { strategy?: HydrationStrategy; clientOnly?: boolean; query?: string; name: string; } & ({ Component: preact.ComponentType<PROPS>; props: preact.RenderableProps<PROPS>; } | { Component: preact.ComponentType; })