We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884968c commit 7fc6987Copy full SHA for 7fc6987
src/utils.tsx
@@ -15,7 +15,7 @@ type NonCurrencyMaskTypeArgs = {
15
16
type ResultType = string | undefined;
17
18
-export function getValueFromNonCurrencyMask({
+export function getValueWithNonCurrencyMask({
19
value,
20
mask,
21
}: NonCurrencyMaskTypeArgs): ResultType {
@@ -67,7 +67,7 @@ function convertToNumber(
67
);
68
}
69
70
-export function getValueFromCurrencyMask({
+export function getValueWithCurrencyMask({
71
72
newValue,
73
currencyDivider,
0 commit comments