UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 303 B
import { Base, Type } from "./type"; import { JsonWriter } from "./JsonWriter"; /** * @hidden */ export declare class JsonDictionaryItem extends Base { static $t: Type; b(): string; d(a: JsonWriter): void; protected a(a: string): string; static c(a: string): string; }