igniteui-react-grids
Version:
Ignite UI React grid components.
23 lines (22 loc) • 531 B
TypeScript
import { Type } from "igniteui-react-core";
/**
* Enumerates the option for how row selection is animated.
*/
export declare enum RowSelectionAnimationMode {
/**
* The correct animation mode is automatically selected.
*/
Auto = 0,
/**
* No animation is performed.
*/
None = 1,
/**
* The selection color and the normal background color are blended between.
*/
ColorBlend = 2
}
/**
* @hidden
*/
export declare let RowSelectionAnimationMode_$type: Type;