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) 320 B
const proPaginationProps = () => ({ /** * 数据源 */ data: { type: Array, default: () => [] }, /** * 分页参数 */ pagination: [Boolean, Object], /** * 分页组件入参 */ paginationProps: { type: Object, default: () => ({}) } }); export { proPaginationProps };