UNPKG

element-plus

Version:

A Component Library for Vue 3

22 lines (17 loc) 495 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../../utils/index2.js'); var runtime = require('../../../../utils/vue/props/runtime2.js'); const panelTimeRangeProps = runtime.buildProps({ visible: Boolean, actualVisible: Boolean, parsedValue: { type: runtime.definePropType(Array) }, format: { type: String, default: "" } }); exports.panelTimeRangeProps = panelTimeRangeProps; //# sourceMappingURL=panel-time-range2.js.map