UNPKG

@umbraco/json-models-builders

Version:
16 lines 610 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlockListContentDataValueBuilder = void 0; const baseBlockValueBuilder_1 = require("../baseBlockValueBuilder"); class BlockListContentDataValueBuilder extends baseBlockValueBuilder_1.BaseContentDataValueBuilder { parentBuilder; constructor(parentBuilder) { super(); this.parentBuilder = parentBuilder; } done() { return this.parentBuilder; } } exports.BlockListContentDataValueBuilder = BlockListContentDataValueBuilder; //# sourceMappingURL=blockListContentDataValueBuilder.js.map