panel-time-range.js 466 Bytes
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

require('../../../../utils/index.js');
var shared = require('./shared.js');
var runtime = require('../../../../utils/vue/props/runtime.js');

const panelTimeRangeProps = runtime.buildProps({
  ...shared.timePanelSharedProps,
  parsedValue: {
    type: runtime.definePropType(Array)
  }
});

exports.panelTimeRangeProps = panelTimeRangeProps;
//# sourceMappingURL=panel-time-range.js.map