3b6d2c7932bea30ec518ca43fd7cb573c9e8ac207a2eb4c46c1e41dde1c3e965edd1157e9ddfab8e9960faca222b7ae1a21c7b1e55bdfe06ffa91627fe6be7 353 B

12345678910
  1. import { datePickerSharedProps, selectionModeWithDefault } from './shared.mjs';
  2. import { buildProps } from '../../../../utils/vue/props/runtime.mjs';
  3. const basicYearTableProps = buildProps({
  4. ...datePickerSharedProps,
  5. selectionMode: selectionModeWithDefault("year")
  6. });
  7. export { basicYearTableProps };
  8. //# sourceMappingURL=basic-year-table.mjs.map