Interface RenderTemplateProps

interface RenderTemplateProps {
    sourceDescription: string;
    templateString: string;
    variables: unknown;
}

Properties

sourceDescription: string

Description of template source

templateString: string

A template string

variables: unknown

Variables used to render the template string

Generated using TypeDoc