UNPKG

igniteui-react-core

Version:
18 lines (17 loc) 321 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class JsonWriter extends Base { static $t: Type; private d; private b; g(): void; e(): void; a: boolean; i(a: string): void; private f; j(a: string): void; h(): void; toString(): string; }