@prokodo/ui
Version:
UI components for production-grade Next.js + Headless CMS (Strapi, Contentful, Headless WordPress) websites by prokodo – built for Core Web Vitals & SEO.
13 lines (12 loc) • 384 B
TypeScript
export declare const ProgressBar: import("react").ComponentType<{
id: string;
value?: number;
label?: string;
hideLabel?: boolean;
variant?: import("./ProgressBar.model").ProgressBarVariant;
infinity?: boolean;
animated?: boolean;
className?: string;
} & Omit<import("react").HTMLAttributes<HTMLDivElement>, "children"> & {
priority?: boolean;
}>;