Skip to content
HomePagesHomePages template kit

IslandMarkerProps

Props for {@link IslandMarker}.

Props for {@link IslandMarker}.

Import from @homepages/template-kit.

export interface IslandMarkerProps {
islandKey: string;
islandId: string;
props: IslandProps;
children?: ReactNode;
}