@arcmantle/adapter-element
    Preparing search index...

    Type Alias MaybeCompiledTemplateResult<T>

    MaybeCompiledTemplateResult:
        | UncompiledTemplateResult<T>
        | CompiledTemplateResult

    This is a template result that may be either uncompiled or compiled.

    In the future, TemplateResult will be this type. If you want to explicitly note that a template result is potentially compiled, you can reference this type and it will continue to behave the same through the next major version of Lit. This can be useful for code that wants to prepare for the next major version of Lit.

    Type Parameters

    • T extends ResultType = ResultType