UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

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