UNPKG

vue-responsiveness

Version:

A tiny, performant, and intuitive Vue 3 plugin for working with responsive breakpoints and media queries at runtime.

12 lines (9 loc) 264 B
import type { VueResponsivenessMatches } from './types' declare module 'vue' { interface ComponentCustomProperties { $matches: VueResponsivenessMatches } } export * from './presets' export * from './types' export * from './vue-responsiveness'