import type { BuilderContextInterface, RegisteredComponents } from '../../context/types'; import type { BlocksWrapperProps } from './blocks-wrapper'; export type BlocksProps = Partial> & { context?: BuilderContextInterface; registeredComponents?: RegisteredComponents; linkComponent?: any; className?: string; };