UNPKG

@yandex/ui

Version:

Yandex UI components

4 lines (3 loc) 211 B
import React from 'react'; import { Progress } from '@yandex-lego/components/Progress'; export var Common = function () { return React.createElement(Progress, { value: 10, timing: "linear", maxValue: 100 }); };