UNPKG

tdesign-react

Version:
38 lines (33 loc) 812 B
/** * tdesign v1.16.2 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var paginationDefaultProps = { defaultCurrent: 1, foldedMaxPageBtn: 5, maxPageBtn: 10, pageEllipsisMode: "mid", defaultPageSize: 10, pageSizeOptions: [5, 10, 20, 50], showFirstAndLastPageBtn: false, showJumper: false, showPageNumber: true, showPageSize: true, showPreviousAndNextBtn: true, size: "medium", theme: "default", total: 0, totalContent: true }; var paginationMiniDefaultProps = { layout: "horizontal", showCurrent: true, size: "medium", variant: "text" }; exports.paginationDefaultProps = paginationDefaultProps; exports.paginationMiniDefaultProps = paginationMiniDefaultProps; //# sourceMappingURL=defaultProps.js.map