@oliasoft-open-source/react-ui-library 4.13.0-beta-11 → 4.13.0-beta-13

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
@@ -1041,8 +1041,7 @@ declare interface IPredefinedOption {
1041
1041
  value: string;
1042
1042
  label: string;
1043
1043
  valueKey?: string;
1044
- unitkey?: string;
1045
- linked?: boolean;
1044
+ unit?: string;
1046
1045
  }
1047
1046
 
1048
1047
  export declare interface IPrintHeaderProps {