UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

17 lines (16 loc) 409 B
import React from 'react'; import { Props } from './TableContent.types'; import './TableContent.css'; export declare const ROWS_PER_PAGE = 10; declare const _default: React.MemoExoticComponent<{ (props: Props): JSX.Element; defaultProps: { i18n: { sortBy: { showing: string; of: string; }; }; }; }>; export default _default;