import { ColorsType } from '../../theme/colors'; export interface TableRowProps { bgColor?: ColorsType; expanded?: boolean; clickable?: boolean; }