@taiga-ui/kit
Version:
Taiga UI Angular main components kit
15 lines (14 loc) • 548 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class TuiItemsWithMoreService extends Observable<number> {
private readonly el;
private readonly directive;
protected readonly stream$: Observable<number>;
constructor();
private getOverflowIndex;
private getIndexStart;
private getIndexEnd;
private getOverflowIndexMultiline;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiItemsWithMoreService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TuiItemsWithMoreService>;
}