@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
8 lines • 412 B
TypeScript
import { AccountNode } from '@codama/nodes';
import { NodePath } from '@codama/visitors-core';
import { Fragment, RenderScope } from '../utils';
export declare function getAccountPageFragment(scope: Pick<RenderScope, 'customAccountData' | 'linkables' | 'nameApi' | 'typeManifestVisitor'> & {
accountPath: NodePath<AccountNode>;
size: number | null;
}): Fragment;
//# sourceMappingURL=accountPage.d.ts.map