UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

8 lines (7 loc) 263 B
import type { DataGridPageProps } from "./DataGridPageProps"; /** * DataGrid page * @param props Props * @returns Component */ export declare function DataGridPage<T extends object, F>(props: DataGridPageProps<T, F>): import("react/jsx-runtime").JSX.Element;