import VFrom from './src/VForm.vue' export interface VFormExpose { count: number sayHello: () => void } export { VFrom }