UNPKG

element-plus

Version:

A Component Library for Vue 3

18 lines (15 loc) 402 B
import '../../../../utils/index2.mjs'; import { buildProps, definePropType } from '../../../../utils/vue/props/runtime2.mjs'; const panelTimeRangeProps = buildProps({ visible: Boolean, actualVisible: Boolean, parsedValue: { type: definePropType(Array) }, format: { type: String, default: "" } }); export { panelTimeRangeProps }; //# sourceMappingURL=panel-time-range2.mjs.map