@taiga-ui/layout
Version:
A package with Taiga UI layout components
13 lines (12 loc) • 659 B
TypeScript
import { type AfterViewInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TuiItemGroup implements AfterViewInit {
private readonly el;
protected readonly nothing: undefined;
horizontal: boolean;
autoscroll: boolean;
ngAfterViewInit(): void;
protected onClick(target: HTMLElement): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiItemGroup, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiItemGroup, "[tuiItemGroup]", never, { "horizontal": { "alias": "horizontal"; "required": false; }; "autoscroll": { "alias": "autoscroll"; "required": false; }; }, {}, never, never, true, never>;
}