# GRID_ELEMENT_KEY

> _Since v0.1.0_

Injection key for the grid element.

```ts
const GRID_ELEMENT_KEY: InjectionKey<Ref<DataGridElement | null>>
```
