b1db030285e01eb094541223d6b8966f18c32049300e7be4b10e724dfac6d301c8c40987c88c8f74841afd909692b1c3755cf4f4d70c9b3081949e3069a69e 236 B

1234567891011
  1. import { buildProps } from '../../../../utils/vue/props/runtime.mjs';
  2. const paginationTotalProps = buildProps({
  3. total: {
  4. type: Number,
  5. default: 1e3
  6. }
  7. });
  8. export { paginationTotalProps };
  9. //# sourceMappingURL=total.mjs.map