@antv/s2
Version:
effective spreadsheet render core lib
15 lines • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomImage = void 0;
const g_1 = require("@antv/g");
/**
* 自定义 g Image 图形
*/
class CustomImage extends g_1.Image {
constructor(imgType, options) {
super(options);
this.imgType = imgType;
}
}
exports.CustomImage = CustomImage;
//# sourceMappingURL=CustomImage.js.map