Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 464 Bytes

kibana-plugin-public.overlaybannermount.md

File metadata and controls

13 lines (8 loc) · 464 Bytes

Home > kibana-plugin-public > OverlayBannerMount

OverlayBannerMount type

A function that will mount the banner inside the provided element.

Signature:

export declare type OverlayBannerMount = (element: HTMLElement) => OverlayBannerUnmount;