UNPKG

@builder.io/sdk-vue

Version:
9 lines (8 loc) 416 B
import type { BuilderContextInterface, RegisteredComponents } from '../../context/types'; import type { BlocksWrapperProps } from './blocks-wrapper.vue'; export type BlocksProps = Partial<Omit<BlocksWrapperProps, 'BlocksWrapper' | 'BlocksWrapperProps' | 'classNameProp'>> & { context?: BuilderContextInterface; registeredComponents?: RegisteredComponents; linkComponent?: any; className?: string; };