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 fddc7d5 commit 61ab084Copy full SHA for 61ab084
typings/number_format.d.ts
@@ -56,7 +56,7 @@ declare module 'react-number-format' {
56
renderText?: (formattedValue: string) => React.ReactNode;
57
getInputRef?: ((el: HTMLInputElement) => void) | React.Ref<any>;
58
allowedDecimalSeparators?: Array<string>;
59
- customNumerals: [
+ customNumerals?: [
60
string,
61
62
0 commit comments