export interface IgrSortingOptions {
    mode?: 'single' | 'multiple';
}
