chore: fix tests and update api-reports

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Camila Belo <camilaibs@users.noreply.github.com>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-07 17:30:47 +02:00
parent 9fdbbd0889
commit feb5fc73c3
13 changed files with 146 additions and 93 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export function createSearchResultListItemExtension<
},
>(
options: SearchResultItemExtensionOptions<TConfig>,
): ExtensionDefinition<TConfig & {}, TConfig & {}>;
): ExtensionDefinition<TConfig, TConfig, never, never>;
// @alpha (undocumented)
export namespace createSearchResultListItemExtension {