@laserware/dominator
    Preparing search index...

    Type Alias Attributes<E>

    Attributes: Record<AttributeName<E>, AttributeValue | null | undefined>

    Valid key/value pair representing HTML/SVG attributes (prior to stringifying). Some values may be null or undefined.

    Type Parameters