# getConfig

getConfig is a helper function that will return the plugin config

## How to use

```jsx
import { Plugin } from '@root'

const myPluginConfig = Plugin.getConfig()
```
