import SvComponent from '../../../types/component' import { VueConstructor } from 'vue/types/index' import selectTab from './src/sv-selectTab.vue' export const SvSelectTab = selectTab as SvComponent SvSelectTab.install = function (Vue: VueConstructor) { Vue.component('svSelectTab', SvSelectTab) } export default SvSelectTab