UNPKG

@vrx-arco/pro-components

Version:

<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>

24 lines (23 loc) 423 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const proPaginationProps = () => ({ /** * 数据源 */ data: { type: Array, default: () => [] }, /** * 分页参数 */ pagination: [Boolean, Object], /** * 分页组件入参 */ paginationProps: { type: Object, default: () => ({}) } }); exports.proPaginationProps = proPaginationProps;