UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

5 lines 232 B
import { Fragment, RenderScope } from '../utils'; export declare function getIndexPageFragment(items: { name: string; }[], scope: Pick<RenderScope, 'getImportPath'>): Fragment | undefined; //# sourceMappingURL=indexPage.d.ts.map