Search result abstract for integrated search component
npm install @fluid-topics/ft-search-result-abstract
yarn add @fluid-topics/ft-search-result-abstract
import { html } from "lit"
import "@fluid-topics/ft-search-result-abstract"
function render() {
return html`<ft-search-result-context>
<ft-search-result-abstract></ft-search-result-abstract>
</ft-search-result-context>`
}