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>

13 lines (12 loc) 212 B
const proPaginationProps = () => ({ data: { type: Array, default: () => [] }, pagination: [Boolean, Object], paginationProps: { type: Object, default: () => ({}) } }); export { proPaginationProps };