UNPKG
@readr-media/react-feedback
Version:
latest (4.0.0)
4.0.0
3.8.0
3.7.0
3.6.0
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
## Installation `yarn install`
github.com/readr-media/react
readr-media/react
@readr-media/react-feedback
/
dist
/
react-components
/
hooks
/
use-user.d.ts
11 lines
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@typedef
{
Object
}
User
*
@property
{
string | null
}
userId
* *
@return
{
User
} */
export
default
function
useUser
(
):
User
;
export
type
User
= {
userId
:
string
|
null
; };
//# sourceMappingURL=use-user.d.ts.map