/* Shared SSR types. */ import type { WompoComponent, WompoProps } from '../wompo.js'; export interface SsrOptions { /** Island detection. 'islands' (default) marks islands for hydration; 'none' skips. */ hydration?: 'islands' | 'none'; /** URL prefix for chunks (default '/_/'). */ base?: string; /** Inline runtime bootstrap module URL. The framework usually injects this. */ bootstrap?: string; /** CSP nonce applied to inline