UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 378 B
import { Base, IDictionary, IEnumerable$1, Type } from "./type"; /** * @hidden */ export declare class Hashtable extends Base implements IDictionary { static $t: Type; private b; constructor(); get c(): IEnumerable$1<string>; f(a: string): void; e(a: string, b: any): void; a(a: string): boolean; item(a: string, b?: any): any; }