igniteui-react-core
Version:
Ignite UI React Core.
22 lines (21 loc) • 510 B
TypeScript
import { Base, Type } from "./type";
import { CodeGenerationRendererOptions } from "./CodeGenerationRendererOptions";
/**
* @hidden
*/
export declare class CodeGeneratingCodeWriter extends Base {
static $t: Type;
constructor(a: CodeGenerationRendererOptions);
private e;
private c;
h(): void;
f(): void;
b: boolean;
private a;
j(a: string): void;
private g;
l(a: string): void;
k(a: string): void;
i(): void;
toString(): string;
}