first commit
This commit is contained in:
6
frontend/node_modules/rc-util/lib/hooks/useMobile.d.ts
generated
vendored
Normal file
6
frontend/node_modules/rc-util/lib/hooks/useMobile.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Hook to detect if the user is on a mobile device
|
||||
* Notice that this hook will only detect the device type in effect, so it will always be false in server side
|
||||
*/
|
||||
declare const useMobile: () => boolean;
|
||||
export default useMobile;
|
||||
Reference in New Issue
Block a user