UNPKG

@builder.io/sdk-vue

Version:
8 lines (7 loc) 284 B
import type { BuilderContextInterface } from '../context/types'; import type { BuilderBlock } from '../types/builder-block'; export declare function transformBlockProperties<T>({ properties }: { properties: T; context: BuilderContextInterface; block: BuilderBlock; }): T;