1
import Button from './src/BasicButton.vue';
2
import PopConfirmButton from './src/PopConfirmButton.vue';
3
4
export { Button, PopConfirmButton };