tshtml
    Preparing search index...

    Variable EmptyAttributeConst

    EmptyAttribute: typeof EmptyAttribute = ...

    Symbol marker to emit an attribute without a value (e.g., disabled, readonly).

    // Renders as: <input disabled>
    tag('input', { disabled: EmptyAttribute })