UNPKG

@umbraco/json-models-builders

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