UNPKG

@skyux/core

Version:

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

8 lines (7 loc) 251 B
import { SkyViewkeeperOptions } from './viewkeeper-options'; export declare class SkyViewkeeper { #private; constructor(options: SkyViewkeeperOptions); syncElPosition(el: HTMLElement, boundaryEl: HTMLElement): void; destroy(): void; }