File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import { MuiTelInput } from 'mui-tel-input' ;
1+ import { MuiTelInput , matchIsValidTel } from 'mui-tel-input' ;
22import { useController } from 'react-hook-form' ;
33import { useFieldControllerLabels , useOnErrorMessage } from '../hooks/index' ;
44import type { DistributiveOmit , FieldControllerProps } from '../types/index' ;
@@ -7,7 +7,7 @@ import type { MuiTelInputProps } from 'mui-tel-input';
77
88// Export mui-tel-input method that could help people to make validations
99// without the need to install the peer-dependency
10- export { matchIsValidTel } from 'mui-tel-input' ;
10+ export { matchIsValidTel } ;
1111
1212export type PhoneInputControllerProps < FV extends FieldValues > = FieldControllerProps < FV > &
1313 DistributiveOmit <
You can’t perform that action at this time.
0 commit comments