UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

12 lines (11 loc) 329 B
import { SkyViewkeeperOffset } from './viewkeeper-offset'; export interface SkyViewkeeperBoundaryInfo { elHeight: number; spacerEl: HTMLElement | null; spacerId: string; boundaryBottom: number; boundaryOffset: SkyViewkeeperOffset; boundaryEl: HTMLElement; scrollLeft: number; scrollTop: number; }