@oc-digital/react-component-library 8.24.0 → 8.25.0-beta.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.
@@ -144,6 +144,7 @@ export interface IEssentialRenderFnProps {
144
144
  fixedDecimalScale?: boolean;
145
145
  }
146
146
  export interface ICustomRenderFnProps extends IEssentialRenderFnProps {
147
+ id: string;
147
148
  values: {
148
149
  [key: string]: any;
149
150
  };