@rxap/material-table-system
Version:
This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify c
8 lines (7 loc) • 416 B
TypeScript
import { IconConfig } from '@rxap/utilities';
import * as i0 from "@angular/core";
export declare class IconCellComponent {
icon: IconConfig | null;
static ɵfac: i0.ɵɵFactoryDeclaration<IconCellComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconCellComponent, "td[rxap-icon-cell]", never, { "icon": { "alias": "rxap-icon-cell"; "required": false; }; }, {}, never, ["*"], true, never>;
}