UNPKG

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