UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

6 lines 331 B
import { ProgramNode } from '@codama/nodes'; import { Fragment, RenderScope } from '../utils'; export declare function getProgramPluginFragment(scope: Pick<RenderScope, 'asyncResolvers' | 'nameApi' | 'renderParentInstructions'> & { programNode: ProgramNode; }): Fragment | undefined; //# sourceMappingURL=programPlugin.d.ts.map