UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

8 lines (7 loc) 242 B
import { AsiComponentTemplateCellDef } from '../common/asi-component-template'; export declare class AsiTableInliner { /** Colspan of the column */ colSpan: number; columnClass: string; cellDef: AsiComponentTemplateCellDef; }