data-table-material
Version:
A dynamic and customizable table component for React, built with Material UI & TypeScript.
7 lines (6 loc) • 313 B
TypeScript
import { IDataTable } from '../types';
export declare function getSerialNumber({ paginationData, index, }: {
paginationData: IDataTable.Pagination | undefined;
index: number;
}): number;
export declare const handleA11yKeyDown: (callback: (args?: unknown) => void) => (event: React.KeyboardEvent) => void;