UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

12 lines 459 B
import type { GlobalFragmentScope } from '../getRenderMapVisitor'; import { TypeManifest } from '../TypeManifest'; import { Fragment } from './common'; export declare function getTypeWithCodecFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & { codecDocs?: string[]; decoderDocs?: string[]; encoderDocs?: string[]; manifest: TypeManifest; name: string; typeDocs?: string[]; }): Fragment; //# sourceMappingURL=typeWithCodec.d.ts.map