UNPKG

vuetify-image-input

Version:
26 lines (22 loc) 296 B
import VImageInput from './index'; import { VBtn, VCard, VIcon, VProgressCircular, VSlider, VSpacer, } from 'vuetify/lib'; let {name} = VImageInput; export default { name, components: { VBtn, VCard, VIcon, VProgressCircular, VSlider, VSpacer, }, extends: VImageInput, };