/*
 * @Author: wfl
 * @LastEditors: wfl
 * @description:
 * @updateInfo:
 * @Date: 2022-08-26 11:26:50
 * @LastEditTime: 2022-08-29 14:28:13
 */
import { ikVue } from 'iking-utils';
import countButton from './src/CountButton.vue';
import countdownInput from './src/CountdownInput.vue';

export const CountdownInput = ikVue.withInstall(countdownInput);
export const CountButton = ikVue.withInstall(countButton);
