UNPKG

ka-table

Version:

The customizable, extendable, lightweight, and fully free React Table Component

5 lines (4 loc) 170 B
import * as React from 'react'; import { IPagingProps } from '../../props'; declare const PagingPages: React.FunctionComponent<IPagingProps>; export default PagingPages;