UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the MUI X Data Grid components.

10 lines 481 B
import type { Theme } from '@mui/material/styles'; import type { GridCSSVariablesInterface } from "../constants/cssVariables.js"; export declare function useMaterialCSSVariables(): { id: string; variables: GridCSSVariablesInterface; }; export declare function getBackgroundBase(theme: Theme): string; export declare function getFontBody(theme: Theme): any; export declare function getSpacingUnit(theme: Theme): any; export declare function getBorderColor(theme: Theme): string;