UNPKG

@grafana/ui

Version:
7 lines (6 loc) 218 B
/** * Returns whether the provided element overflows the viewport bounds * * @param element The element we want to know about */ export declare const isElementOverflowing: (element: HTMLElement | null) => boolean;