mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
* types: export components SemanticName type * update * update * update * update * update
12 lines
230 B
TypeScript
12 lines
230 B
TypeScript
import Pagination from './Pagination';
|
|
|
|
export type {
|
|
PaginationConfig,
|
|
PaginationProps,
|
|
PaginationSemanticClassNames,
|
|
PaginationSemanticName,
|
|
PaginationSemanticStyles,
|
|
} from './Pagination';
|
|
|
|
export default Pagination;
|