All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.core.utils.scrollRectIntoView.d.ts Maven / Gradle / Ivy

export type Rect = {
    top: number;
    right: number;
    bottom: number;
    left: number;
};
declare const scrollRectIntoView: (root: HTMLElement, targetRect: Rect) => void;
export default scrollRectIntoView;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy