igniteui-react-grids
Version:
Ignite UI React grid components.
19 lines (18 loc) • 419 B
TypeScript
import { Type } from "igniteui-react-core";
/**
* Indicates the activation mode to use for the grid.
*/
export declare enum GridActivationMode {
/**
* No activation should be peformed based on interaction.
*/
None = 0,
/**
* A single cell is permitted to be activated at a time.
*/
Cell = 1
}
/**
* @hidden
*/
export declare let GridActivationMode_$type: Type;