structured-render - v1.2.0
    Preparing search index...

    Type Alias RenderOptions

    RenderOptions: Readonly<
        {
            icons: Readonly<{ [IconKey in string]: ViraIconSvg }>;
            pluralSourcesString: string;
            sourceString: string;
        },
    >

    Base options for Structured Render rendering.