Skip to content

Interface: RenderLlmsOptions

Defined in: emitters/llms/src/index.ts:40

Options for the digest header.

Extended by

Properties

intro?

ts
optional intro?: string;

Defined in: emitters/llms/src/index.ts:44

A one-line summary rendered as a blockquote under the title.


title?

ts
optional title?: string;

Defined in: emitters/llms/src/index.ts:42

The H1 title (default "CSS components").

Released under the MIT License