UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

11 lines (10 loc) 357 B
import { GridColumnRenderProps, GridDataType } from "@etsoo/react"; import React from "react"; /** * Grid data format * @param data Input data * @param type Data type * @param renderProps Render props * @returns Result */ export declare function GridDataFormat(data: unknown, type: GridDataType, renderProps?: GridColumnRenderProps): React.ReactNode;