UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

14 lines 439 B
import React from 'react'; import Pagination from "./Pagination.js"; import withComponentMarkers from "../../shared/helpers/withComponentMarkers.js"; import { jsx as _jsx } from "react/jsx-runtime"; export default function InfinityScroller(props) { return _jsx(Pagination, { mode: "infinity", ...props }); } withComponentMarkers(InfinityScroller, { _supportsSpacingProps: true }); //# sourceMappingURL=InfinityScroller.js.map