UNPKG

@grafana/ui

Version:
18 lines (13 loc) 480 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var schema = require('@grafana/schema'); "use strict"; const FILTER_FOR_OPERATOR = "="; const FILTER_OUT_OPERATOR = "!="; Object.defineProperty(exports, "TableCellDisplayMode", { enumerable: true, get: function () { return schema.TableCellDisplayMode; } }); exports.FILTER_FOR_OPERATOR = FILTER_FOR_OPERATOR; exports.FILTER_OUT_OPERATOR = FILTER_OUT_OPERATOR; //# sourceMappingURL=types.cjs.map