@endeavorance/quill
    Preparing search index...

    Function setClasslist

    • Add and remove classes dynamically by comparing the current classList with the provided ClassInput.

      Parameters

      • $el: HTMLElement

        The element to set classes on

      • classList: ClassInput

        An array of values to evaluate to a class list

      Returns void