2020-02-26 03:03:53 -06:00
|
|
|
+++
|
|
|
|
# -----------------------------------------------------------------------
|
|
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
|
|
# -----------------------------------------------------------------------
|
2020-04-21 03:41:50 -05:00
|
|
|
title = "VerticalGroup"
|
2020-02-26 03:03:53 -06:00
|
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
|
|
type = "docs"
|
|
|
|
+++
|
|
|
|
|
2020-04-21 03:41:50 -05:00
|
|
|
## VerticalGroup variable
|
2020-02-26 03:03:53 -06:00
|
|
|
|
2020-04-21 03:41:50 -05:00
|
|
|
### VerticalGroup variable
|
2020-02-26 03:03:53 -06:00
|
|
|
|
|
|
|
<b>Signature</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-04-28 02:53:58 -05:00
|
|
|
VerticalGroup: React.FC<Omit<LayoutProps, 'orientation' | 'wrap'>>
|
2020-02-26 03:03:53 -06:00
|
|
|
```
|
|
|
|
<b>Import</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-04-21 03:41:50 -05:00
|
|
|
import { VerticalGroup } from '@grafana/ui';
|
2020-02-26 03:03:53 -06:00
|
|
|
```
|