import type { BlockContext } from './BlockContext'; import type { TextObject } from '../blocks/TextObject'; export type TextObjectRenderer = (textObject: Block, context: BlockContext, index: number) => OutputElement | null; //# sourceMappingURL=TextObjectRenderer.d.ts.map