Skip to content

Commit 61ab084

Browse files
committed
Fixed typing
1 parent fddc7d5 commit 61ab084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/number_format.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ declare module 'react-number-format' {
5656
renderText?: (formattedValue: string) => React.ReactNode;
5757
getInputRef?: ((el: HTMLInputElement) => void) | React.Ref<any>;
5858
allowedDecimalSeparators?: Array<string>;
59-
customNumerals: [
59+
customNumerals?: [
6060
string,
6161
string,
6262
string,

0 commit comments

Comments
 (0)