@taiga-ui/kit
Version:
Taiga UI Angular main components kit
8 lines (7 loc) • 556 B
TypeScript
import { TuiDataListWrapperComponent } from './data-list-wrapper.component';
import * as i0 from "@angular/core";
export declare class TuiDataListGroupWrapperComponent<T> extends TuiDataListWrapperComponent<T, T[]> {
labels: readonly string[];
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDataListGroupWrapperComponent<any>, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiDataListGroupWrapperComponent<any>, "tui-data-list-wrapper[labels]", never, { "labels": { "alias": "labels"; "required": false; }; }, {}, never, never, true, never>;
}