"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UNLLVALUE = exports.PREFIXCLS = void 0;
const PREFIXCLS = 'lm_custom-table-option';
exports.PREFIXCLS = PREFIXCLS;
const UNLLVALUE = [null, undefined];
exports.UNLLVALUE = UNLLVALUE;