import type { BlockContext } from './BlockContext'; import type { RenderableLayoutBlock } from '../blocks/RenderableLayoutBlock'; export type LayoutBlockRenderer = (layoutBlock: B, context: typeof BlockContext.BLOCK, index: number) => T | null; //# sourceMappingURL=LayoutBlockRenderer.d.ts.map