IslandMarkerProps
Props for {@link IslandMarker}.
Props for {@link IslandMarker}.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface IslandMarkerProps { islandKey: string; islandId: string; props: IslandProps; children?: ReactNode;}