File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ "use client" ;
2+
13import {
24 ChangeEvent ,
35 forwardRef ,
Original file line number Diff line number Diff line change 1+ "use client" ;
2+
13import { injectStyles , jsonToCss } from "react-phone-hooks/styles" ;
24import commonStyles from "react-phone-hooks/stylesheet.json" ;
35import { defaultPrefixCls } from "antd/es/config-provider" ;
Original file line number Diff line number Diff line change 1+ "use client" ;
2+
13import { ChangeEvent , KeyboardEvent , ReactNode } from "react" ;
24import types from "react-phone-hooks/types" ;
35import { InputProps } from "antd/es/input" ;
Original file line number Diff line number Diff line change 33 "noImplicitAny" : true ,
44 "noUnusedLocals" : true ,
55 "noUnusedParameters" : true ,
6+ "noImplicitUseStrict" : true ,
67 "strictNullChecks" : true ,
78 "module" : " esnext" ,
89 "moduleResolution" : " node" ,
10+ "ignoreDeprecations" : " 5.0" ,
911 "resolveJsonModule" : true ,
1012 "outDir" : " ." ,
1113 "esModuleInterop" : true ,
You can’t perform that action at this time.
0 commit comments