UNPKG

vuestic-ui

Version:
4 lines (3 loc) 169 B
import { App } from 'vue'; import { BreakpointServiceObject } from '../types'; export declare const createBreakpointConfigPlugin: (app: App) => BreakpointServiceObject;