UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

9 lines 355 B
import type { GlobalFragmentScope } from '../getRenderMapVisitor'; import { TypeManifest } from '../TypeManifest'; import { Fragment } from './common'; export declare function getTypeFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & { docs?: string[]; manifest: TypeManifest; name: string; }): Fragment; //# sourceMappingURL=type.d.ts.map