UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

26 lines 888 B
export type { ProgressBarProps, ProgressBarItemProps } from './ProgressBar'; /** * Collection of ProgressBar related components. */ export declare const ProgressBar: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & { bg?: string; className?: string; } & { inline?: boolean; barSize?: "small" | "default" | "large"; animated?: boolean; } & { className?: string; progress?: string | number; bg?: string; } & import("react").RefAttributes<HTMLSpanElement>> & { Item: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & { 'aria-label'?: string; className?: string; } & { className?: string; progress?: string | number; bg?: string; } & import("react").RefAttributes<HTMLSpanElement>>; }; //# sourceMappingURL=index.d.ts.map