UNPKG

element-plus

Version:

A Component Library for Vue 3

20 lines (17 loc) 430 B
import { panelSharedProps } from './shared.mjs'; import { buildProps, definePropType } from '../../../../utils/vue/props/runtime.mjs'; const panelDatePickProps = buildProps({ ...panelSharedProps, parsedValue: { type: definePropType([Object, Array]) }, visible: { type: Boolean }, format: { type: String, default: "" } }); export { panelDatePickProps }; //# sourceMappingURL=panel-date-pick.mjs.map