Type alias CreatePopupContent<F, L>

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

Type Parameters

  • F extends Feature = Feature

  • L = any

Type declaration

    • (props): HTMLElement | string | undefined | Promise<HTMLElement | string | undefined>
    • Parameters

      Returns HTMLElement | string | undefined | Promise<HTMLElement | string | undefined>

Generated using TypeDoc