# ghostkit/3.3.3/gutenberg/blocks/form/fields/text/save.js

Block Animations, Motion &amp; Scroll Effects – Ghost Kit, version 3.3.3. 7 lines.

- Page: https://pluginprobe.com/plugins/ghostkit/3.3.3/code/gutenberg/blocks/form/fields/text/save.js
- Raw: https://pluginprobe.com/plugins/ghostkit/3.3.3/raw/gutenberg/blocks/form/fields/text/save.js
- Modified: 2024-02-18T18:40:24+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/ghostkit/3.3.3/code/gutenberg/blocks/form/fields/text/save.js#L10-L20`.

```javascript
/**
 * Block Save component.
 */
export default function BlockSave() {
	return null;
}

```
