hongluan-ui
Version:
Hongluan Component Library for Vue 3
19 lines (16 loc) • 316 B
JavaScript
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