Skip to content

Commit

Permalink
Merge 4829ac3 into 53cb7b0
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Jul 8, 2020
2 parents 53cb7b0 + 4829ac3 commit 2bb8ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/interfaces.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ComboBoxElement } from '../src/vaadin-combo-box.js';

export type ComboBoxItem = { [key: string]: unknown };
export type ComboBoxItem = unknown;

export interface ComboBoxItemModel {
index: number;
Expand Down

0 comments on commit 2bb8ba8

Please sign in to comment.