UNPKG

@heroui/use-is-mobile

Version:

A hook that returns whether the device is mobile or not

4 lines (2 loc) 66 B
declare function useIsMobile(): boolean; export { useIsMobile };