Commit 3baa152 1 parent f9c9e5f commit 3baa152 Copy full SHA for 3baa152
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ export type UseFileInputProps = {
6
6
onChange ?: ( event : React . ChangeEvent < HTMLInputElement > ) => void ;
7
7
} ;
8
8
9
+ /**
10
+ * @deprecated use UseFileInputResult instead
11
+ */
9
12
export type UseFileInputOutput = {
10
13
controlProps : React . DetailedHTMLProps <
11
14
React . InputHTMLAttributes < HTMLInputElement > ,
Original file line number Diff line number Diff line change 8
8
import {useForkRef } from ' @gravity-ui/uikit' ;
9
9
```
10
10
11
- The ` useForkRef ` hook that can combine refs into a single Ref
11
+ The ` useForkRef ` hook that can combine refs into a single ref
12
12
13
13
## Properties
14
14
Original file line number Diff line number Diff line change 8
8
import {useUniqId } from ' @gravity-ui/uikit' ;
9
9
```
10
10
11
- The ` useUniqId ` hook create uniq Id .
11
+ The ` useUniqId ` hook create uniq ID .
12
12
13
13
## Result
14
14
15
- Id . ` string `
15
+ ID . ` string `
You can’t perform that action at this time.
0 commit comments