Files
klz-cables.com/.pnpm-store/v10/files/61/5929db0c2111d7042c27a6307257f5ba8680a6732151dd9c199885ff7da15b67e0ec5094af08682daa3946f0bcbddf4555f66f07fb5965f1c4a85b81d04472
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

17 lines
763 B
Plaintext

import React from 'react';
import './index.scss';
/**
* Renders a progress bar that shows the progress of a route transition.
* Place this at the root of your application, inside of the `RouteTransitionProvider`.
* When a transition is triggered, the progress bar will show the progress of that transition and exit when the transition is complete.
* @returns A progress bar that shows the progress of a route transition
* @example
* import { RouteTransitionProvider, ProgressBar, Link } from '@payloadcms/ui'
* const App = () => (
* <RouteTransitionProvider>
* <ProgressBar />
* <Link href="/somewhere">Go Somewhere</Link>
* </RouteTransitionProvider>
*/
export declare const ProgressBar: () => React.JSX.Element;
//# sourceMappingURL=index.d.ts.map