diff --git a/types/carbon-components-react/lib/components/ProgressIndicator/ProgressIndicator.d.ts b/types/carbon-components-react/lib/components/ProgressIndicator/ProgressIndicator.d.ts index cc423ff4f0..94afb292ad 100644 --- a/types/carbon-components-react/lib/components/ProgressIndicator/ProgressIndicator.d.ts +++ b/types/carbon-components-react/lib/components/ProgressIndicator/ProgressIndicator.d.ts @@ -42,6 +42,7 @@ export interface ProgressIndicatorProps extends ProgressIndicatorInheritedProps currentIndex?: number, onChange?(index: number): void, vertical?: boolean, + spaceEqually?: boolean, } export declare class ProgressIndicator extends React.Component { }