UNPKG

@lion/ui

Version:

A package of extendable web components

6 lines 234 B
import { LionCombobox } from '../src/LionCombobox.js'; export interface SelectionDisplay extends HTMLElement { comboboxElement: LionCombobox; onComboboxElementUpdated: Function; } //# sourceMappingURL=SelectionDisplay.d.ts.map