UNPKG

@progress/kendo-react-progressbars

Version:

React ProgressBars offer a customizable interface for users to track and display the progress of a task. KendoReact ProgressBars package

15 lines (14 loc) 592 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use client"; import { ChunkProgressBar as e } from "./chunkprogressbar/ChunkProgressBar.mjs"; import { ProgressBar as a } from "./progressbar/ProgressBar.mjs"; export { e as ChunkProgressBar, a as ProgressBar };