import BfFrom from './src/BfForm.vue'
export interface BfFormExpose {
count: number
sayHello: () => void
}
export { BfFrom }