virtual-keyboard-angular
Advanced tools
Comparing version 0.0.30 to 0.0.31
export interface SearchResultItem<T> { | ||
index?: number; | ||
text: string; | ||
item: T; | ||
item?: T; | ||
} |
{ | ||
"name": "virtual-keyboard-angular", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^16.0.0", |
Sorry, the diff of this file is not supported yet
614590