@@ -32,7 +32,6 @@ export type SearchResultItemExtensionPredicate = (
|
||||
// @alpha
|
||||
export const SearchResultListItemBlueprint: ExtensionBlueprint<{
|
||||
kind: 'search-result-list-item';
|
||||
namespace: undefined;
|
||||
name: undefined;
|
||||
params: SearchResultListItemBlueprintParams;
|
||||
output: ConfigurableExtensionDataRef<
|
||||
|
||||
@@ -64,7 +64,6 @@ describe('SearchResultListItemBlueprint', () => {
|
||||
"inputs": {},
|
||||
"kind": "search-result-list-item",
|
||||
"name": "test",
|
||||
"namespace": undefined,
|
||||
"output": [
|
||||
[Function],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user