We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac63dcf commit 385f7f4Copy full SHA for 385f7f4
docs/examples/utils/commonUtil.tsx
@@ -1,5 +1,4 @@
1
-import type { PaginationProps } from '@rc-component/pagination';
2
-import Pagination from '../../../src';
+import Pagination, { type PaginationProps } from '@rc-component/pagination';
3
import Select from 'rc-select';
4
import React from 'react';
5
0 commit comments