# speechkit/4.2.4/src/Core/Interactions/index.js

BeyondWords – AI audio for publishers, version 4.2.4. 14 lines.

- Page: https://pluginprobe.com/plugins/speechkit/4.2.4/code/src/Core/Interactions/index.js
- Raw: https://pluginprobe.com/plugins/speechkit/4.2.4/raw/src/Core/Interactions/index.js
- Modified: 2023-11-15T21:11:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/speechkit/4.2.4/code/src/Core/Interactions/index.js#L10-L20`.

```javascript
/**
 * WordPress dependencies
 */
import { register } from '@wordpress/data';

/**
 * Internal dependencies
 */
import store from './store';

export const registerInteractionsStore = () => {
	register( store );
};

```
