UNPKG

@carbon/ibm-products

Version:
6 lines 291 B
/** * used to calculate if a element is overflowing the width or height of an area */ export declare const checkWidthOverflow: (el: HTMLElement | null) => boolean; export declare const checkHeightOverflow: (el: HTMLElement | null) => boolean; //# sourceMappingURL=checkForOverflow.d.ts.map