UNPKG

vue-screen

Version:

Reactive screen size and media query states for Vue. Integrates with most UI frameworks out of the box.

5 lines (4 loc) 198 B
import { App, Plugin } from 'vue'; import { VueScreenConfig } from './types/config'; export declare const install: (app: App, options: VueScreenConfig) => void; export declare const plugin: Plugin;