UNPKG

dtd

Version:

根据数梦工场视觉规范打造的组件库,感谢react-components和ant design

12 lines (11 loc) 381 B
import * as React from 'react'; import { PaginationProps } from './rc-pagination'; export declare type PaginationLocale = any; export default class Pagination extends React.Component<PaginationProps, {}> { static defaultProps: { prefixCls: string; selectPrefixCls: string; }; renderPagination: (locale: any) => JSX.Element; render(): JSX.Element; }