@mcurros2/microm 1.1.307-0 → 1.1.309-0

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
@@ -2359,6 +2359,7 @@ export interface DataViewProps extends Omit<UseEntityUIProps, 'labels'> {
2359
2359
  convertResultToLocaleString?: boolean;
2360
2360
  formMode?: FormMode;
2361
2361
  RowsContainer?: ComponentType<PropsWithChildren>;
2362
+ RowsContainerProps?: PropsWithChildren;
2362
2363
  }
2363
2364
  export interface DataGridStateProps {
2364
2365
  setRefresh: React.Dispatch<React.SetStateAction<boolean>>;