UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

6 lines 263 B
import { ProgramNode } from '@codama/nodes'; import { Fragment, RenderScope } from '../utils'; export declare function getErrorPageFragment(scope: Pick<RenderScope, 'nameApi'> & { programNode: ProgramNode; }): Fragment; //# sourceMappingURL=errorPage.d.ts.map