element-plus
Version:
A Component Library for Vue 3
28 lines (25 loc) • 622 B
JavaScript
import '../../../../utils/index2.mjs';
import { disabledTimeListsProps } from './shared2.mjs';
import { buildProps, definePropType } from '../../../../utils/vue/props/runtime2.mjs';
const basicTimeSpinnerProps = buildProps({
role: {
type: String,
required: true
},
spinnerDate: {
type: definePropType(Object),
required: true
},
showSeconds: {
type: Boolean,
default: true
},
arrowControl: Boolean,
amPmMode: {
type: definePropType(String),
default: ""
},
...disabledTimeListsProps
});
export { basicTimeSpinnerProps };
//# sourceMappingURL=basic-time-spinner2.mjs.map