Files
RoboCommander/node_modules/react-bootstrap/es/PageItem.js

3 lines
185 B
JavaScript
Raw Normal View History

2026-04-05 16:14:49 -04:00
import PagerItem from './PagerItem';
import deprecationWarning from './utils/deprecationWarning';
export default deprecationWarning.wrapper(PagerItem, '`<PageItem>`', '`<Pager.Item>`');