UNPKG

vuetify

Version:

Vue Material Component Framework

12 lines (8 loc) 236 B
// Contracts import { VuetifyServiceContract } from 'vuetify/types/services/index' // Types import Vue from 'vue' export class Service implements VuetifyServiceContract { framework = {} init (root: Vue, ssrContext?: object) {} }