Skip to content
HomePagesHomePages template kit

IslandModule

The shape a `"use client"` module must have: a default-exported component, optionally `editor`.

The shape a "use client" module must have: a default-exported component, optionally editor.

Import from @homepages/template-kit or @homepages/template-kit/island-runtime.

export interface IslandModule {
default: IslandComponent;
editor?: IslandEditorOptions;
serverFrame?: boolean;
}