@yandex/ui
Version:
Yandex UI components
9 lines (8 loc) • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Common = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importDefault(require("react"));
var Progress_1 = require("@yandex-lego/components/Progress");
var Common = function () { return react_1.default.createElement(Progress_1.Progress, { value: 10, timing: "linear", maxValue: 100 }); };
exports.Common = Common;