UNPKG

@taiga-ui/addon-table

Version:

A library to display tabled data with filters, search, group actions, etc.

9 lines (8 loc) 466 B
import { TuiTextfieldComponent } from '@taiga-ui/core/components/textfield'; import * as i0 from "@angular/core"; export declare class TuiTableTd { protected readonly control: unknown; protected readonly textfield?: TuiTextfieldComponent<unknown>; static ɵfac: i0.ɵɵFactoryDeclaration<TuiTableTd, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiTableTd, "th[tuiTd], td[tuiTd]", never, {}, {}, ["control", "textfield"], ["*"], true, never>; }