"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SImageLegendItem = void 0; const SIconTextItem_1 = require("../SIconTextItem"); class SImageLegendItem extends SIconTextItem_1.SIconTextItem { constructor(parent, data) { super(parent); this.data = data; } } exports.SImageLegendItem = SImageLegendItem;