UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

7 lines 331 B
import { PdaNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import { Fragment, RenderScope } from '../utils'; export declare function getPdaPageFragment(scope: Pick<RenderScope, 'nameApi' | 'typeManifestVisitor'> & { pdaPath: NodePath<PdaNode>; }): Fragment; //# sourceMappingURL=pdaPage.d.ts.map