UNPKG

ka-table

Version:

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

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