@data-c/ui 0.2.42 → 0.2.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ import * as _mui_material_styles from '@mui/material/styles';
7
7
  import { AvatarProps } from '@mui/material/Avatar';
8
8
  import { DialogComponent, DialogProps } from '@toolpad/core';
9
9
  export { useDialogs } from '@toolpad/core';
10
+ import * as _mui_x_data_grid_internals from '@mui/x-data-grid/internals';
10
11
  import * as _mui_x_data_grid from '@mui/x-data-grid';
11
12
  import { GridColDef as GridColDef$1, DataGridProps, GridRowsProp, GridRowSelectionModel, GridCallbackDetails, GridActionsCellItemProps } from '@mui/x-data-grid';
12
13
  import * as LucideIcons from 'lucide-react';
@@ -746,6 +747,7 @@ declare const DataTable: {
746
747
  ActionDelete: typeof DataTableActionDelete;
747
748
  ActionTransport: typeof DataTableActionTransport;
748
749
  ColumnsPanelTrigger: React$1.ForwardRefExoticComponent<_mui_x_data_grid.ColumnsPanelTriggerProps> | React$1.ForwardRefExoticComponent<Omit<_mui_x_data_grid.ColumnsPanelTriggerProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
750
+ useGridApiRef: () => React$1.MutableRefObject<_mui_x_data_grid_internals.GridApiCommunity | null>;
749
751
  };
750
752
 
751
753
  interface ListRootProps extends StackProps {