Type Alias MethodProducer<C>

MethodProducer: (host: C) => void

Type Parameters

  • C extends HTMLElement

Type declaration

    • (host: C): void
    • Parameters

      • host: C

      Returns void