UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

7 lines (6 loc) 220 B
import { type Ref } from 'vue'; /** * Detect coarse pointer / touch-primary devices (aligned with @ant-design/x useMobile). */ export declare function useMobile(query?: string): Ref<boolean>; export default useMobile;