UNPKG

@opentiny/vue-common

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

12 lines (11 loc) 275 B
import hooks from './adapter'; /** * 组合使用 Tailwind 的响应性断点状态 * * @example * const breakpoint = useBreakpoint() * watch(breakpoint.current, (current) => { ...... }) */ export declare const useBreakpoint: () => { current: hooks.Ref<string>; };