UNPKG

tdesign-react

Version:
9 lines (8 loc) 369 B
import React from 'react'; import { TdPaginationProps } from './type'; import { StyledProps } from '../common'; export type { PageInfo } from './type'; export interface PaginationProps extends TdPaginationProps, StyledProps { } declare const Pagination: React.ForwardRefExoticComponent<PaginationProps & React.RefAttributes<HTMLDivElement>>; export default Pagination;