@builder.io/sdk-vue
Version:
Builder.io SDK for Vue
4 lines (3 loc) • 298 B
TypeScript
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;