UNPKG

@skyux/core

Version:

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

15 lines (14 loc) 531 B
import { ElementRef, OnDestroy } from '@angular/core'; import { SkyAffixer } from './affixer'; import * as i0 from "@angular/core"; export declare class SkyAffixService implements OnDestroy { #private; ngOnDestroy(): void; /** * Creates an instance of [[SkyAffixer]]. * @param affixed The element to be affixed. */ createAffixer(affixed: ElementRef): SkyAffixer; static ɵfac: i0.ɵɵFactoryDeclaration<SkyAffixService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SkyAffixService>; }