# PluginFactory

Factory function that creates a plugin from a feature config value.

```ts
type PluginFactory = (config: TConfig) => GridPlugin
```
