diff --git a/src/types.ts b/src/types.ts index d47d853..fc9ff07 100644 --- a/src/types.ts +++ b/src/types.ts @@ -95,7 +95,7 @@ export type NumberFormatBaseProps = NumberFormatProp export type InternalNumberFormatBase = Omit< NumberFormatBase, - 'format' | 'removeFormatting' | 'getCaretBoundary' | 'isValidInputCharacter' + 'format' | 'removeFormatting' | 'getCaretBoundary' | 'isValidInputCharacter' | 'isCharacterSame' >; export type NumericFormatProps = NumberFormatProps<