UNPKG

@hxui/angular

Version:

This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.

7 lines (6 loc) 255 B
import { PositioningOptions } from './positioning.options'; export declare class PositioningService { position(options: PositioningOptions): void; isElementBelowTheFold(element: HTMLElement): boolean; private _getHtmlElement(element); }