index.ts 145 Bytes
import CountButton from './src/CountButton.vue';
import CountdownInput from './src/CountdownInput.vue';

export { CountdownInput, CountButton };