You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
419 B
JavaScript
10 lines
419 B
JavaScript
import { withInstall } from "../../utils/vue/install.mjs";
|
|
import { countdownEmits, countdownProps } from "./src/countdown.mjs";
|
|
import countdown_default from "./src/countdown2.mjs";
|
|
|
|
//#region ../../packages/components/countdown/index.ts
|
|
const ElCountdown = withInstall(countdown_default);
|
|
|
|
//#endregion
|
|
export { ElCountdown, ElCountdown as default, countdownEmits, countdownProps };
|
|
//# sourceMappingURL=index.mjs.map
|