Skip to content

Commit

Permalink
fix: make ComboBoxItem compatible with interface
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Jul 2, 2020
1 parent 5c2ed72 commit 4045e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/interfaces.d.ts
@@ -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 4045e65

Please sign in to comment.