@asaleh37/ui-base 25.9.6 → 25.9.16-1

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
@@ -308,6 +308,7 @@ type TemplateGridProps = {
308
308
  enableExport?: boolean;
309
309
  enableDensitySelector?: boolean;
310
310
  hideInfoBar?: boolean;
311
+ hideCreateBtn?: boolean;
311
312
  hideBackButton?: boolean;
312
313
  apiActions: ApiActions;
313
314
  rowSelectionModel?: GridRowSelectionModel;