@dhedge/trading-widget 3.10.2-canary.0 → 3.10.2

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.
@@ -1,2 +1,3 @@
1
1
  import type { ApyCurrency } from 'core-kit/types';
2
2
  export declare const CURRENCY_SYMBOL_MAP: Record<ApyCurrency, string>;
3
+ export declare const CURRENCY_DECIMALS_MAP: Record<ApyCurrency, number>;