UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

4 lines (3 loc) 235 B
import { Ref } from 'vue'; import { Breakpoint } from '../_utils/responsive-observe'; export declare function useResponsive(breakpoint: Breakpoint | undefined | Ref<Breakpoint | undefined>, callback: (checked: boolean) => void): void;