Skip to content

Commit

Permalink
fix: make ComboBoxItem compatible with interface (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso authored Jul 2, 2020
1 parent 5c2ed72 commit e2d5ee8
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 e2d5ee8

Please sign in to comment.