UNPKG

185 BJavaScriptView Raw
1import PagerItem from './PagerItem';
2import deprecationWarning from './utils/deprecationWarning';
3export default deprecationWarning.wrapper(PagerItem, '`<PageItem>`', '`<Pager.Item>`');
\No newline at end of file