UNPKG

@codama/renderers-js-umi

Version:

JavaScript renderer compatible with the Umi framework

12 lines 710 B
import { OptionalAccountStrategy } from '@codama/nodes'; import { ResolvedInstructionInput } from '@codama/visitors-core'; import { ContextMap } from './ContextMap'; import { getTypeManifestVisitor } from './getTypeManifestVisitor'; import { ImportMap } from './ImportMap'; import { GetImportFromFunction } from './utils'; export declare function renderInstructionDefaults(input: ResolvedInstructionInput, typeManifestVisitor: ReturnType<typeof getTypeManifestVisitor>, optionalAccountStrategy: OptionalAccountStrategy, argObject: string, getImportFrom: GetImportFromFunction): { imports: ImportMap; interfaces: ContextMap; render: string; }; //# sourceMappingURL=renderInstructionDefaults.d.ts.map