UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

3 lines (2 loc) 138 B
import { ElementRef, InjectionToken } from '@angular/core'; export declare const TUI_SCROLL_REF: InjectionToken<ElementRef<HTMLElement>>;