@skyux/core
Version:
This library was generated with [Nx](https://nx.dev).
15 lines (14 loc) • 584 B
TypeScript
import { SkyViewkeeperOptions } from './viewkeeper-options';
import * as i0 from "@angular/core";
export declare class SkyViewkeeperHostOptions implements SkyViewkeeperOptions {
boundaryEl?: HTMLElement;
el?: HTMLElement;
scrollableHost?: HTMLElement;
setWidth?: boolean;
verticalOffset?: number;
verticalOffsetEl?: HTMLElement;
viewportMarginTop?: number;
viewportMarginProperty?: `--${string}`;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyViewkeeperHostOptions, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SkyViewkeeperHostOptions>;
}