UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

5 lines (4 loc) 176 B
import type { Ref } from 'vue'; import type { ScreenMap } from '../../_util/responsiveObserve'; declare function useBreakpoint(): Ref<ScreenMap>; export default useBreakpoint;