import { EsButton } from '@eurosat/buttons'; export interface IGridRowButton { row: any; button: EsButton; }