UNPKG

@dccs/react-datagrid-mui

Version:

A light datagrid build upon react-table-plain for React in a Material-UI theme.

4 lines (3 loc) 296 B
/// <reference types="react" /> import { IDataGridWithExternalStateProps, IDataGridWithInternalStateProps } from "./Props"; export declare function DataGridMui<T extends object, F extends object>(props: IDataGridWithInternalStateProps<T, F> | IDataGridWithExternalStateProps<T, F>): JSX.Element;