import type { HydrateMountOptions } from './hydrate'; /** * Public types for the SSR / Pre-rendering module. */ /** * Options for server-side rendering a template to an HTML string. */ export type RenderOptions = { /** * Prefix for directive attributes. * @default 'bq' */ prefix?: string; /** * Whether to strip directive attributes from the output HTML. * When `true`, attributes like `bq-text`, `bq-if`, etc. are removed * from the rendered output for cleaner HTML. * @default false */ stripDirectives?: boolean; /** * Whether to include a serialized store state `