UNPKG

@builder.io/sdk-vue

Version:
7 lines (6 loc) 226 B
import type { BuilderContextInterface } from '../../context/types'; import type { BuilderBlock } from '../../types/builder-block'; export interface RepeatData { block: BuilderBlock; context: BuilderContextInterface; }