# DraftJS Entity Props Plugin

*This is a plugin for the `draft-js-plugins-editor`.*

This plugin is used by a number of other plugins.

Usage:

```js
import createEntityPropsPlugin from 'draft-js-entity-props-plugin';

const entityPlugin = createEntityPropsPlugin();
```
