We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7704005 commit 171da15Copy full SHA for 171da15
packages/site-kit/src/lib/search/SearchResults.svelte
@@ -4,10 +4,10 @@ Renders a list of search results
4
<script lang="ts">
5
import SearchResultList from './SearchResultList.svelte';
6
import type { Snippet } from 'svelte';
7
- import type { Tree } from './types';
+ import type { BlockGroup } from './types';
8
9
interface Props {
10
- results: Tree[];
+ results: BlockGroup[];
11
query: string;
12
onselect?: (href: string) => void;
13
children?: Snippet;
0 commit comments