Type Alias CreatePopupContent<F, L>

CreatePopupContent<F, L>: ((props: CreatePopupContentProps<F, L>) =>
    | HTMLElement
    | string
    | undefined
    | Promise<HTMLElement | string | undefined>)

Type Parameters

  • F extends Feature = Feature
  • L = any