export interface GraniteTableRowStylesInterface { condition: (row: any, rowIndex: number) => boolean; styles: { [key: string]: string; }; }