UNPKG

@ssplib/react-components

Version:
6 lines (5 loc) 496 B
import React from 'react'; import { TableProps } from './types'; export declare function Table({ mediaQueryLG, columns, csvConfig, fetchFunc, emptyMsg, dataPath, tableName, columnSize, action, useKC, itemCount, expandTextMaxLength, collapsedSize, customMargin, customMarginMobile, filtersFunc, filters, orderBy, customErrorMsg, customTableStyle, id, initialData, isExpandable, }: TableProps): JSX.Element; declare const _default: React.MemoExoticComponent<typeof Table>; export default _default;