UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 1 kB
import { CodeGeneratingComponentRendererModuleEmitter } from "./CodeGeneratingComponentRendererModuleEmitter"; import { CodeGenerationTargetPlatforms } from "./CodeGenerationTargetPlatforms"; import { CodeGenerationRendererOptions } from "./CodeGenerationRendererOptions"; import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult"; import { TypeDescriptionContext } from "./TypeDescriptionContext"; import { Type } from "./type"; /** * @hidden */ export declare class DotNetCodeGeneratingComponentRendererModuleEmitter extends CodeGeneratingComponentRendererModuleEmitter { static $t: Type; private q; constructor(a: CodeGenerationTargetPlatforms, b: CodeGenerationRendererOptions, c: CodeGeneratingRendererResult); private t; protected get u(): number; private r; protected p(): void; private s; protected get v(): string; protected m(a: TypeDescriptionContext, b: string, c: boolean): void; protected o(): void; }