UNPKG

igniteui-react-core

Version:
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; }