"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "StatisticCountdown", { enumerable: true, get: function get() { return _Countdown.default; } }); exports.default = void 0; var _Statistic = _interopRequireDefault(require("ant-design-vue/lib/statistic/Statistic")); var _Countdown = _interopRequireDefault(require("ant-design-vue/lib/statistic/Countdown")); _Statistic.default.name = 'JStatistic'; _Countdown.default.name = 'JStatisticCountdown'; _Statistic.default.install = function (app) { app.component(_Statistic.default.name, _Statistic.default); app.component(_Countdown.default.name, _Countdown.default); return app; }; var _default = _Statistic.default; exports.default = _default;