@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.
- package/lib/cjs/index.d.ts +1 -1
- package/lib/mjs/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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/lib/mjs/index.d.ts
CHANGED
|
@@ -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