@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
15 lines (14 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.switchOptions = void 0;
var type_1 = require("../../../constants/language/other/type");
exports.switchOptions = [
{
value: true,
item: type_1.OtherLocale.status.open
},
{
value: false,
item: type_1.OtherLocale.status.close
}
];