import React from 'react' import { InstantSearchSaveComponent } from './block.interfaces' export const Save: InstantSearchSaveComponent = ({ attributes: { appId, searchOnlyApiKey, listLayout, gridColumns, indexName, displayPostAuthor, displayPostCategory, displayPostContentRadio, displayPostDate, displayPostTags, excerptLength, enableExperimentalRelatedItems, categoryScore, postTitleScore, tagScore, searchFormStyle, hitsItems, autoFocus, } }) => (
)