UNPKG

@keenmate/svelte-docs

Version:

A professional component library for building beautiful documentation and showcase sites with SvelteKit

7 lines (6 loc) 246 B
import type { DocsConfig } from '../types/config.js'; /** * Generates inline CSS styles for SSR to prevent FOUC * This applies theme variables directly to the HTML head */ export declare function generateSSRStyles(config: DocsConfig): string;