UNPKG

vue-radio-toggle-buttons

Version:
6 lines (5 loc) 228 B
import Vue, { PluginObject } from 'vue'; declare type PluginObjectWithComponents<T, V extends typeof Vue = typeof Vue> = PluginObject<T> & { components?: Record<string, V>; }; export default PluginObjectWithComponents;