index.ts 124 Bytes
import Button from './src/BasicButton.vue';
import { withInstall } from '../util';

withInstall(Button);
export { Button };