// Конфигурация таблицы
export interface ITableOptions {

	// Высота строк по умолчанию
	defaultRowHeight?: number;
}
