UNPKG

@athosws/react-components

Version:

This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com

11 lines (10 loc) 194 B
export interface ADTCellColumnProps { row: any; rowIndex: number; index: number; isLastRow?: boolean; isLastCol?: boolean; hasExtraCols?: boolean; isCheck?: boolean; col: any; }