UNPKG

hongluan-ui

Version:
19 lines (16 loc) 316 B
import { panelSharedProps } from './shared.mjs'; const panelDatePickProps = { ...panelSharedProps, parsedValue: { type: [Object, Array] }, visible: { type: Boolean }, format: { type: String, default: "" } }; export { panelDatePickProps }; //# sourceMappingURL=panel-date-pick.mjs.map