ixfx
    Preparing search index...

    Type Alias CreateUpdateElement<V>

    CreateUpdateElement: (item: V, el: HTMLElement | null) => HTMLElement

    Type Parameters

    • V

    Type declaration

      • (item: V, el: HTMLElement | null): HTMLElement
      • Parameters

        • item: V
        • el: HTMLElement | null

        Returns HTMLElement