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>
-
Returns HTMLElement | string | undefined | Promise<HTMLElement | string | undefined>