@acuteinfo/common-base 1.2.31 → 1.2.32

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.
@@ -111,6 +111,7 @@ export interface RenderActionType {
111
111
  buttonBackground?: string;
112
112
  style?: CSSProperties;
113
113
  submitButtonRef?: any;
114
+ loading?: boolean;
114
115
  }
115
116
  export interface TableActionType {
116
117
  selectedFlatRows: any;
@@ -125,6 +126,7 @@ export interface TableActionType {
125
126
  handleClose?: any;
126
127
  authState?: any;
127
128
  submitButtonRef?: any;
129
+ loading?: boolean;
128
130
  }
129
131
  export interface GridContextType {
130
132
  gridCode: any;