UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

8 lines (6 loc) 206 B
import { VueConstructor, ComponentOptions, DirectiveOptions } from 'vue'; export interface VueInstance extends VueConstructor { options: { [key: string]: ComponentOptions<Vue> | DirectiveOptions; }; }