Files
video-gen/video-gen-admin/node_modules/@rc-component/util/es/hooks/useMobile.d.ts
T
2026-05-25 17:08:18 +08:00

7 lines
237 B
TypeScript

/**
* 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;