@etsoo/materialui 1.6.54 → 1.6.55

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.
@@ -135,4 +135,4 @@ export * from "./UserAvatar";
135
135
  export * from "./UserAvatarEditor";
136
136
  export * from "./ViewContainer";
137
137
  export { default as AccountTreeIcon } from "@mui/icons-material/AccountTree";
138
- export { DataGrid, Toolbar, ToolbarButton, useGridApiContext, useGridApiRef, useGridSelector, type GridColDef, type GridSlots } from "@mui/x-data-grid";
138
+ export { DataGrid, Toolbar, ToolbarButton, useGridApiContext, useGridApiRef, useGridSelector, type GridColDef, type GridRowId, type GridSlots } from "@mui/x-data-grid";
@@ -135,4 +135,4 @@ export * from "./UserAvatar";
135
135
  export * from "./UserAvatarEditor";
136
136
  export * from "./ViewContainer";
137
137
  export { default as AccountTreeIcon } from "@mui/icons-material/AccountTree";
138
- export { DataGrid, Toolbar, ToolbarButton, useGridApiContext, useGridApiRef, useGridSelector, type GridColDef, type GridSlots } from "@mui/x-data-grid";
138
+ export { DataGrid, Toolbar, ToolbarButton, useGridApiContext, useGridApiRef, useGridSelector, type GridColDef, type GridRowId, type GridSlots } from "@mui/x-data-grid";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.6.54",
3
+ "version": "1.6.55",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
package/src/index.ts CHANGED
@@ -153,5 +153,6 @@ export {
153
153
  useGridApiRef,
154
154
  useGridSelector,
155
155
  type GridColDef,
156
+ type GridRowId,
156
157
  type GridSlots
157
158
  } from "@mui/x-data-grid";