UNPKG

@grafana/ui

Version:
16 lines (12 loc) 318 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); "use strict"; const FIXED_UNIT = "__fixed"; class PlotConfigBuilder { constructor(props) { this.props = props; } } exports.FIXED_UNIT = FIXED_UNIT; exports.PlotConfigBuilder = PlotConfigBuilder; //# sourceMappingURL=types.cjs.map