UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

9 lines (8 loc) 213 B
import { NameValueCollection } from "./NameValueCollection"; import { Type } from "./type"; /** * @hidden */ export declare class WebHeaderCollection extends NameValueCollection { static $t: Type; }