UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

12 lines (11 loc) 528 B
import * as i0 from "@angular/core"; /** * Directive scrolls element into view inside tui-scrollbar */ export declare class TuiScrollIntoView { private readonly el; private readonly destroyRef; set tuiScrollIntoView(scroll: boolean); static ɵfac: i0.ɵɵFactoryDeclaration<TuiScrollIntoView, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiScrollIntoView, "[tuiScrollIntoView]", never, { "tuiScrollIntoView": { "alias": "tuiScrollIntoView"; "required": false; }; }, {}, never, never, true, never>; }