UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

7 lines 265 B
import { ComponentProps, FC } from "react"; export type EbayProgressBarProps = ComponentProps<"progress"> & { fluid?: boolean; }; declare const EbayProgressBar: FC<EbayProgressBarProps>; export default EbayProgressBar; //# sourceMappingURL=progress-bar.d.ts.map