tshtml
    Preparing search index...

    Type Alias TemplateAttributeValue

    TemplateAttributeValue:
        | string
        | number
        | boolean
        | symbol
        | TemplateValue
        | Record<string, string | number>

    Value type for HTML attributes. Can be a primitive, TemplateValue (for dynamic rendering), a style object, or other objects with toString() method.