`Grid Download Component`
=========================


```javascript
<GridDownload />
```

Props
-----

| Prop | Type | Required | Default |
| ---- | ---- | -------- | ------- |
| className | string |  | '' |
| label | union(string,object) |  | 'Download' |

### `className`

type: `string`
defaultValue: `''`


### `label`

type: `union(string|object)`
defaultValue: `'Download'`

