UNPKG

igniteui-webcomponents

Version:

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

14 lines (13 loc) 411 B
import { LitElement } from 'lit'; export default class IgcComboHeaderComponent extends LitElement { static readonly tagName: string; static styles: import("lit").CSSResult[]; static register(): void; constructor(); protected render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'igc-combo-header': IgcComboHeaderComponent; } }