fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
8 lines (7 loc) • 343 B
TypeScript
import React from 'react';
import { ProgressProps } from './type';
declare const Progress: {
({ as, indicating, active, progress, centered, className, label, percent, autoSuccess, children, ...props }: ProgressProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
};
export default Progress;