From 949eeb1aa60bb0dd74f0985c86e44a466f5906fc Mon Sep 17 00:00:00 2001 From: Richardson William Date: Tue, 1 Sep 2020 13:04:53 -0300 Subject: [PATCH] Adding spaceEqually prop to ProgressIndicator (#47186) --- .../lib/components/ProgressIndicator/ProgressIndicator.d.ts | 1 + 1 file changed, 1 insertion(+) 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 { }