UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

12 lines (9 loc) 367 B
import { __rest } from '../node_modules/tslib/tslib.es6.js'; import { jsx } from 'react/jsx-runtime'; import Pagination from '@mui/material/Pagination'; var Paginate = (_a) => { var props = __rest(_a, ["perPage"]); return (jsx(Pagination, Object.assign({ color: "primary" }, props))); }; export { Paginate as default }; //# sourceMappingURL=Paginate.js.map