UNPKG

@builder.io/sdk-vue

Version:
4 lines (3 loc) 298 B
import type { BuilderContextInterface } from '../context/types'; import type { BuilderBlock } from '../types/builder-block'; export declare function getBlockComponentOptions(block: BuilderBlock, context: Pick<BuilderContextInterface, 'localState' | 'context' | 'rootState' | 'rootSetState'>): any;