UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

9 lines (8 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BoundType = void 0; var BoundType; (function (BoundType) { BoundType["Field"] = "field"; BoundType["Constant"] = "constant"; })(BoundType = exports.BoundType || (exports.BoundType = {}));