# GridType

> _Since v2.0.0_

Type-default configuration component for use with DataGrid light DOM.

Renders a `<tbw-grid-type>` custom element and registers React renderer
functions on the framework adapter registry keyed by type name.

```ts
GridType(props: GridTypeProps<TRow, TValue>): ReactElement
```

## Parameters

| Name | Type | Description |
| ---- | ---- | ----------- |
| `props` | <code><a href="/grid/react/api/types/gridtypeprops/">GridTypeProps</a>&lt;TRow, TValue&gt;</code> |  |
