UNPKG

vuetify-wcag

Version:

VuetifyJS but then WCAG/A11Y compatible

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) {} }