UNPKG

ka-table

Version:

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

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